commit | aec9f0cc057ece110be244fc5d2f10ba3176a8db | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Dec 10 07:34:25 2019 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Dec 11 07:25:49 2019 +0100 |
tree | 83f1ff67fe0fb11abef996d82903a897bc52e28b | |
parent | 67ceac17e87780d7879fecd4dc0ac52bf99b164a [diff] |
ALSA: lola: 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, as well as removing the superfluous synchronize_irq() call. Link: https://lore.kernel.org/r/20191210063454.31603-27-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>