]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: ali5451: Support PCM sync_stop
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 06:34:01 +0000 (07:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:35 +0000 (07:25 +0100)
commitae7cc5f778baadc2d22412f1141401ddfdd743c1
treef0882b7f94848b680a615c36d61052362204feb2
parent114562f204627279e3c256f129501bd6e9ce3a8b
ALSA: ali5451: 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-3-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ali5451/ali5451.c