]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: via82xx: Support PCM sync_stop
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 06:34:36 +0000 (07:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:54 +0000 (07:25 +0100)
commit05b27b52ef8742a572405fd8ec7e7cb434356aac
tree3efcfee696d59c312212e91380b17ba289ae3764
parent98422cec8a35b7d7b78d02e7f5b62f3d88844138
ALSA: via82xx: 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-38-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/via82xx.c
sound/pci/via82xx_modem.c