ALSA: bt87x: Support PCM sync_stop
[linux-2.6-block.git] / sound / pci / bt87x.c
index de4af1ab87c60add1df0e49679efdc9a512f1952..2e16604c31cec4b78f44ab447c850251f49c63c6 100644 (file)
@@ -751,8 +751,8 @@ static int snd_bt87x_create(struct snd_card *card,
                goto fail;
        }
        chip->irq = pci->irq;
+       card->sync_irq = chip->irq;
        pci_set_master(pci);
-       synchronize_irq(chip->irq);
 
        err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
        if (err < 0)