commit | 83720eef264bbfb6fa94b3eeb2671ffd0bd2dde7 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Dec 10 07:34:16 2019 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Dec 11 07:25:45 2019 +0100 |
tree | 1c0df0aafc43ee36fece6df72bc73996113e4242 | |
parent | 66471aa715f0d4207c61e27e6333d6f453df554b [diff] |
ALSA: ens137x: 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-18-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>