ALSA: korg1212: Support PCM sync_stop
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 06:34:24 +0000 (07:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:48 +0000 (07:25 +0100)
commit67ceac17e87780d7879fecd4dc0ac52bf99b164a
tree82bcd2f649c72bc9eeec1b43737f47adf0f9eff2
parentbe1391c7858ffd7c5c1b4f004431cfbffb3e923c
ALSA: korg1212: 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-26-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/korg1212/korg1212.c