diff options
Diffstat (limited to 'sound/drivers/ml403-ac97cr.c')
-rw-r--r-- | sound/drivers/ml403-ac97cr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/drivers/ml403-ac97cr.c b/sound/drivers/ml403-ac97cr.c index c76a24e337f9..443104d23159 100644 --- a/sound/drivers/ml403-ac97cr.c +++ b/sound/drivers/ml403-ac97cr.c | |||
@@ -1312,6 +1312,8 @@ static int __devinit snd_ml403_ac97cr_probe(struct platform_device *pfdev) | |||
1312 | (unsigned long)ml403_ac97cr->port, ml403_ac97cr->irq, | 1312 | (unsigned long)ml403_ac97cr->port, ml403_ac97cr->irq, |
1313 | ml403_ac97cr->capture_irq, dev + 1); | 1313 | ml403_ac97cr->capture_irq, dev + 1); |
1314 | 1314 | ||
1315 | snd_card_set_dev(card, &pfdev->dev); | ||
1316 | |||
1315 | err = snd_card_register(card); | 1317 | err = snd_card_register(card); |
1316 | if (err < 0) { | 1318 | if (err < 0) { |
1317 | snd_card_free(card); | 1319 | snd_card_free(card); |