commit | dbb71ab05f39162e7e65dbde36cd60be50a4bd5c | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Dec 10 07:34:18 2019 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Dec 11 07:25:46 2019 +0100 |
tree | 81a8be318952a95c0cdbb3a14bf9f182b87e45ce | |
parent | 6b276e6281b6df9b3a74905dab2ead9aaca3fc55 [diff] |
ALSA: es1968: 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-20-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>