Skip to content
  • Takashi Iwai's avatar
    ALSA: vx: Use nonatomic PCM ops · db0a5214
    Takashi Iwai authored
    
    
    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: default avatarTakashi Iwai <tiwai@suse.de>
    db0a5214