OSDN Git Service

ALSA: cs46xx: Support PCM sync_stop
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 06:34:11 +0000 (07:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:41 +0000 (07:25 +0100)
commit763ae53d2ae40feccc7edbeb0067b7f6978699a5
treefd9948b116cb6c48663a5d06c11e3100ec381940
parent5afff8c1bbc7c5d9a092b217dd27040ccd5b347a
ALSA: cs46xx: 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-13-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/cs46xx/cs46xx_lib.c