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