]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: riptide: Support PCM sync_stop
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 06:34:29 +0000 (07:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:51 +0000 (07:25 +0100)
commit45ca36b52f84f3237c31645168c59380710c451c
treead07be4213284b2daa7fad27ca0897aaab49c414
parent012fc6c766cdf6245520713bf7fdfcefec6441a2
ALSA: riptide: 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.

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