commit | 25ec679b90782aed4894a1c3cc36c0a4ed350a20 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Dec 10 07:34:12 2019 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Dec 11 07:25:42 2019 +0100 |
tree | 7d3ed42820b1c154b19518f81a73771bfdc20ecd | |
parent | 763ae53d2ae40feccc7edbeb0067b7f6978699a5 [diff] |
ALSA: cs5535audio: 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-14-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>