OSDN Git Service

ALSA: sb: Support PCM sync_stop
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 06:34:45 +0000 (07:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:57 +0000 (07:25 +0100)
commitf9236dd027b85846f2fb7f959cc4baaf165d339f
treee55eb2361c1225d78d0d5cd5f3bae75160d1ac1d
parent16d9fb1deef8cf0c83c86a6538f8522a89676d4c
ALSA: sb: 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.

Link: https://lore.kernel.org/r/20191210063454.31603-47-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/sb/sb_common.c