mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-17 02:36:21 +00:00
ALSA: ad1889: 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-2-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
4bb1e4e7cc
commit
164d073824
@ -899,7 +899,7 @@ snd_ad1889_create(struct snd_card *card,
|
|||||||
}
|
}
|
||||||
|
|
||||||
chip->irq = pci->irq;
|
chip->irq = pci->irq;
|
||||||
synchronize_irq(chip->irq);
|
card->sync_irq = chip->irq;
|
||||||
|
|
||||||
/* (2) initialization of the chip hardware */
|
/* (2) initialization of the chip hardware */
|
||||||
if ((err = snd_ad1889_init(chip)) < 0) {
|
if ((err = snd_ad1889_init(chip)) < 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user