]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: maestro3: Support PCM sync_stop
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 06:34:26 +0000 (07:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:49 +0000 (07:25 +0100)
commit09de43b9845e52d4576a5a901b401155dd58a3e1
treee2da75f77e7010e2887ed04866eb7434e487659d
parente59d3dc5bc60ebfd8bdbd6abfecaafcf41bde5f3
ALSA: maestro3: 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-28-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/maestro3.c