diff options
Diffstat (limited to 'sound/isa/gus/gusmax.c')
| -rw-r--r-- | sound/isa/gus/gusmax.c | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/sound/isa/gus/gusmax.c b/sound/isa/gus/gusmax.c index 652d5d83462..39df36ca3ac 100644 --- a/sound/isa/gus/gusmax.c +++ b/sound/isa/gus/gusmax.c @@ -214,8 +214,8 @@ static int snd_gusmax_probe(struct device *pdev, unsigned int dev)  	struct snd_wss *wss;  	struct snd_gusmax *maxcard; -	err = snd_card_create(index[dev], id[dev], THIS_MODULE, -			      sizeof(struct snd_gusmax), &card); +	err = snd_card_new(pdev, index[dev], id[dev], THIS_MODULE, +			   sizeof(struct snd_gusmax), &card);  	if (err < 0)  		return err;  	card->private_free = snd_gusmax_free; @@ -337,8 +337,6 @@ static int snd_gusmax_probe(struct device *pdev, unsigned int dev)  	if (xdma2 >= 0)  		sprintf(card->longname + strlen(card->longname), "&%i", xdma2); -	snd_card_set_dev(card, pdev); -  	err = snd_card_register(card);  	if (err < 0)  		goto _err;  | 
