]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: vx: Use nonatomic PCM ops
authorTakashi Iwai <tiwai@suse.de>
Tue, 9 Sep 2014 15:17:20 +0000 (17:17 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 15 Sep 2014 13:52:03 +0000 (15:52 +0200)
commitdc26b27cce727ee00b33f0af83aa34b5eaa26440
treefdfcfaee149e83613d9854a763bbe3fe95f60292
parent4e1ac34914d1690cecd30d871a34fd8441e6e977
ALSA: vx: Use nonatomic PCM ops

Rewrite VXpocket and VX222 drivers to use the new PCM nonatomic ops.
The former irq tasklet is replaced with a threaded irq handler, and
the tasklet for the PCM delayed start is simply merged into the normal
PCM trigger, as well as the replacement of spinlock with mutex.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/vx_core.h
sound/drivers/vx/vx_core.c
sound/drivers/vx/vx_mixer.c
sound/drivers/vx/vx_pcm.c
sound/drivers/vx/vx_uer.c
sound/pci/vx222/vx222.c
sound/pcmcia/vx/vxp_ops.c
sound/pcmcia/vx/vxpocket.c