[alsa-devel] [PATCH 31/55] ALSA: rme32: Support PCM sync_stop

Takashi Iwai tiwai at suse.de
Tue Dec 10 07:34:30 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/rme32.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/pci/rme32.c b/sound/pci/rme32.c
index 849eede15f8e..15029b2be233 100644
--- a/sound/pci/rme32.c
+++ b/sound/pci/rme32.c
@@ -1330,6 +1330,7 @@ static int snd_rme32_create(struct rme32 *rme32)
 		return -EBUSY;
 	}
 	rme32->irq = pci->irq;
+	rme32->card->sync_irq = rme32->irq;
 
 	/* read the card's revision number */
 	pci_read_config_byte(pci, 8, &rme32->rev);
-- 
2.16.4



More information about the Alsa-devel mailing list