commit | c47583b0eb6847b0507a93b6dddc39dd1b15172f | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Dec 10 07:34:36 2019 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Dec 11 07:25:54 2019 +0100 |
tree | 3efcfee696d59c312212e91380b17ba289ae3764 | |
parent | 4a9ff148bd348f7489fcc9d1a1ef3723b6f329be [diff] |
ALSA: via82xx: 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-38-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>