diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/ca0106/ca0106_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/ca0106/ca0106_main.c b/sound/pci/ca0106/ca0106_main.c index 6f781b811876..ea6712b63c9f 100644 --- a/sound/pci/ca0106/ca0106_main.c +++ b/sound/pci/ca0106/ca0106_main.c | |||
@@ -1618,6 +1618,8 @@ static int __devinit snd_ca0106_probe(struct pci_dev *pci, | |||
1618 | snd_ca0106_proc_init(chip); | 1618 | snd_ca0106_proc_init(chip); |
1619 | #endif | 1619 | #endif |
1620 | 1620 | ||
1621 | snd_card_set_dev(card, &pci->dev); | ||
1622 | |||
1621 | if ((err = snd_card_register(card)) < 0) { | 1623 | if ((err = snd_card_register(card)) < 0) { |
1622 | snd_card_free(card); | 1624 | snd_card_free(card); |
1623 | return err; | 1625 | return err; |