[alsa-devel] [PATCH 10/55] ALSA: cmipci: Support PCM sync_stop
Takashi Iwai
tiwai at suse.de
Tue Dec 10 07:34:09 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/cmipci.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/pci/cmipci.c b/sound/pci/cmipci.c
index 0e0f528805bf..4bfab21c53f4 100644
--- a/sound/pci/cmipci.c
+++ b/sound/pci/cmipci.c
@@ -3024,6 +3024,7 @@ static int snd_cmipci_create(struct snd_card *card, struct pci_dev *pci,
return -EBUSY;
}
cm->irq = pci->irq;
+ card->sync_irq = cm->irq;
pci_set_master(cm->pci);
--
2.16.4
More information about the Alsa-devel
mailing list