]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: pcxhr: Support PCM sync_stop
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 06:34:50 +0000 (07:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:59 +0000 (07:25 +0100)
commit47dd369ead7793a04eefddca1d8e276848417dac
tree1cad3f1db64e13187b6e30337f580d45bbf59e4f
parent76eb56f060325ac444a9b56898dbad0e6511f0c3
ALSA: pcxhr: 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-52-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/pcxhr/pcxhr.c