]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: mixart: Support PCM sync_stop
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 06:34:49 +0000 (07:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:59 +0000 (07:25 +0100)
commit76eb56f060325ac444a9b56898dbad0e6511f0c3
tree177acf16c91f2c84851ab896c3d979ab43b21314
parentaa66fe9cfbbcb3fb12fee35b976d10f120fa97f4
ALSA: mixart: Support PCM sync_stop

The driver invokes snd_pcm_period_elapsed() simply from the threaded
interrupt handler.  Set card->sync_irq for enabling the missing
sync_stop PCM operation.

Link: https://lore.kernel.org/r/20191210063454.31603-51-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/mixart/mixart.c