OSDN Git Service

ALSA: es1968: Support PCM sync_stop
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 06:34:18 +0000 (07:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:46 +0000 (07:25 +0100)
commitdbb71ab05f39162e7e65dbde36cd60be50a4bd5c
tree81a8be318952a95c0cdbb3a14bf9f182b87e45ce
parent6b276e6281b6df9b3a74905dab2ead9aaca3fc55
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>
sound/pci/es1968.c