[alsa-devel] [PATCH 38/55] ALSA: ymfpci: Support PCM sync_stop
Takashi Iwai
tiwai at suse.de
Tue Dec 10 07:34:37 CET 2019
The driver invokes snd_pcm_period_elapsed() simply from the interrupt
handler. Set card->sync_irq for enabling the missing sync_stop PCM
operation.
Signed-off-by: Takashi Iwai <tiwai at suse.de>
---
sound/pci/ymfpci/ymfpci_main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/pci/ymfpci/ymfpci_main.c b/sound/pci/ymfpci/ymfpci_main.c
index 61604277ae35..3bc92d236508 100644
--- a/sound/pci/ymfpci/ymfpci_main.c
+++ b/sound/pci/ymfpci/ymfpci_main.c
@@ -2371,6 +2371,7 @@ int snd_ymfpci_create(struct snd_card *card,
goto free_chip;
}
chip->irq = pci->irq;
+ card->sync_irq = chip->irq;
snd_ymfpci_aclink_reset(pci);
if (snd_ymfpci_codec_ready(chip, 0) < 0) {
--
2.16.4
More information about the Alsa-devel
mailing list