mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-06 05:13:18 +00:00
ALSA: trident: 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-37-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
93042ac2bc
commit
4a9ff148bd
@ -3543,6 +3543,7 @@ int snd_trident_create(struct snd_card *card,
|
||||
return -EBUSY;
|
||||
}
|
||||
trident->irq = pci->irq;
|
||||
card->sync_irq = trident->irq;
|
||||
|
||||
/* allocate 16k-aligned TLB for NX cards */
|
||||
trident->tlb.entries = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user