aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pcmcia/pdaudiocf/pdaudiocf.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2019-12-10 07:34:52 +0100
committerTakashi Iwai <tiwai@suse.de>2019-12-11 07:26:00 +0100
commit2f44742ca1dedf28a832f98199600f945ec90726 (patch)
tree4cb17b45440bf22805cc424b6537cd6720aaf178 /sound/pcmcia/pdaudiocf/pdaudiocf.c
parentALSA: vx222: Support PCM sync_stop (diff)
downloadlinux-dev-2f44742ca1dedf28a832f98199600f945ec90726.tar.xz
linux-dev-2f44742ca1dedf28a832f98199600f945ec90726.zip
ALSA: pdaudiocf: Support PCM sync_stop
The driver invokes snd_pcm_period_elapsed() simply from the threaded interrupt handler. Set card->sync_irq for enabling the missing sync_stop PCM operation. Link: https://lore.kernel.org/r/20191210063454.31603-54-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pcmcia/pdaudiocf/pdaudiocf.c')
-rw-r--r--sound/pcmcia/pdaudiocf/pdaudiocf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pcmcia/pdaudiocf/pdaudiocf.c b/sound/pcmcia/pdaudiocf/pdaudiocf.c
index 022db0479908..eed2d60178e4 100644
--- a/sound/pcmcia/pdaudiocf/pdaudiocf.c
+++ b/sound/pcmcia/pdaudiocf/pdaudiocf.c
@@ -224,6 +224,7 @@ static int pdacf_config(struct pcmcia_device *link)
link->irq) < 0)
goto failed;
+ pdacf->card->sync_irq = link->irq;
return 0;
failed: