aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/ca0106/ca0106_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/ca0106/ca0106_main.c b/sound/pci/ca0106/ca0106_main.c
index e01ecd3db32..7ead6c8a85f 100644
--- a/sound/pci/ca0106/ca0106_main.c
+++ b/sound/pci/ca0106/ca0106_main.c
@@ -1694,6 +1694,7 @@ static int __devinit snd_ca0106_probe(struct pci_dev *pci,
1694 err = snd_ca0106_create(dev, card, pci, &chip); 1694 err = snd_ca0106_create(dev, card, pci, &chip);
1695 if (err < 0) 1695 if (err < 0)
1696 goto error; 1696 goto error;
1697 card->private_data = chip;
1697 1698
1698 for (i = 0; i < 4; i++) { 1699 for (i = 0; i < 4; i++) {
1699 err = snd_ca0106_pcm(chip, i); 1700 err = snd_ca0106_pcm(chip, i);