git: sound - Don't need to use swi_taskq to call KNOTE from the interrupt.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Thu Sep 28 15:28:19 PDT 2017


commit 52b1a712425f78997df963f067f86f7e251fd912
Author: Imre Vadász <imre at vdsz.com>
Date:   Fri Sep 29 00:15:08 2017 +0200

    sound - Don't need to use swi_taskq to call KNOTE from the interrupt.
    
    * Also the dsp_read_filterops and dsp_write_filterops kqueue filters can
      be flagged FILTEROP_MPSAFE.

Summary of changes:
 sys/dev/sound/pcm/buffer.c  | 20 --------------------
 sys/dev/sound/pcm/buffer.h  |  1 -
 sys/dev/sound/pcm/channel.c | 15 +--------------
 sys/dev/sound/pcm/dsp.c     |  6 ++++--
 4 files changed, 5 insertions(+), 37 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/52b1a712425f78997df963f067f86f7e251fd912


-- 
DragonFly BSD source repository



More information about the Commits mailing list