]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - include/sound/vx_core.h
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)
commitdb0a5214b8d6cc7a90ce3336d24a85b90cbb4e67
treefdfcfaee149e83613d9854a763bbe3fe95f60292
parente7e69265b6269763799a5de9c263fbbce32cd3a3
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