OSDN Git Service

ALSA: msnd: Support PCM sync_stop
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 06:34:42 +0000 (07:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:56 +0000 (07:25 +0100)
commit52f623d0a84d7c6240e53e964caaaec61b62aa9d
tree3f5a8d798eb37c9f6fbab9e70b120fd0194cc3df
parent914da689090c094dd1ffce02b1fa13d7e9411ea0
ALSA: msnd: 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-44-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/msnd/msnd_pinnacle.c