aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ali5451/ali5451.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/ali5451/ali5451.c')
-rw-r--r--sound/pci/ali5451/ali5451.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/pci/ali5451/ali5451.c b/sound/pci/ali5451/ali5451.c
index c6835a3d64fb..115b1120319a 100644
--- a/sound/pci/ali5451/ali5451.c
+++ b/sound/pci/ali5451/ali5451.c
@@ -2218,8 +2218,6 @@ static int snd_ali_create(struct snd_card *card,
2218 return err; 2218 return err;
2219 } 2219 }
2220 2220
2221 snd_card_set_dev(card, &pci->dev);
2222
2223 /* initialise synth voices*/ 2221 /* initialise synth voices*/
2224 for (i = 0; i < ALI_CHANNELS; i++) 2222 for (i = 0; i < ALI_CHANNELS; i++)
2225 codec->synth.voices[i].number = i; 2223 codec->synth.voices[i].number = i;
@@ -2253,7 +2251,7 @@ static int snd_ali_probe(struct pci_dev *pci,
2253 2251
2254 snd_ali_printk("probe ...\n"); 2252 snd_ali_printk("probe ...\n");
2255 2253
2256 err = snd_card_create(index, id, THIS_MODULE, 0, &card); 2254 err = snd_card_new(&pci->dev, index, id, THIS_MODULE, 0, &card);
2257 if (err < 0) 2255 if (err < 0)
2258 return err; 2256 return err;
2259 2257