commit | be1391c7858ffd7c5c1b4f004431cfbffb3e923c | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Dec 10 07:34:23 2019 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Dec 11 07:25:48 2019 +0100 |
tree | 430d29b65959a121b7d1196bb7f3a39639f50a7a | |
parent | b0ad3bbc1e1ba112adff0eafac59811abf7a9686 [diff] |
ALSA: intel8x0: 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. It's cleared and reset dynamically at IRQ re-acquiring for the PM resume, too. Link: https://lore.kernel.org/r/20191210063454.31603-25-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>