OSDN Git Service

ALSA: sonicvibes: Support PCM sync_stop
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 06:34:34 +0000 (07:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:53 +0000 (07:25 +0100)
commit93042ac2bc40658e8e2cd809644e37bda05cf4fc
tree058ad3f4a9e4338a32094d9e5f2474c3a5218b2d
parent39b77268c8cdfff171c09c22f7ee8069139d4f20
ALSA: sonicvibes: 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-36-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/sonicvibes.c