]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: es1968: Support PCM sync_stop
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 06:34:18 +0000 (07:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:46 +0000 (07:25 +0100)
commit9c090b134ba5f1b18f86ed233b64cfb8d6395c13
tree81a8be318952a95c0cdbb3a14bf9f182b87e45ce
parentd27eced1f794d56c9085e34fae551c6422770872
ALSA: es1968: 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-20-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/es1968.c