commit | db0a5214b8d6cc7a90ce3336d24a85b90cbb4e67 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Sep 09 17:17:20 2014 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Sep 15 15:52:03 2014 +0200 |
tree | fdfcfaee149e83613d9854a763bbe3fe95f60292 | |
parent | e7e69265b6269763799a5de9c263fbbce32cd3a3 [diff] |
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>