]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: cs5535audio: Support PCM sync_stop
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 06:34:12 +0000 (07:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:42 +0000 (07:25 +0100)
commit882791dae8876051b28332e75934e1f6f4521816
tree7d3ed42820b1c154b19518f81a73771bfdc20ecd
parent2524ddda60b56ca3643a4b08f7b190cc13f2903c
ALSA: cs5535audio: Support PCM sync_stop

The driver invokes snd_pcm_period_elapsed() simply from the interrupt
handler.  Set card->sync_irq for enabling the missing sync_stop PCM
operation, as well as removing the superfluous synchronize_irq()
call.

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