diff options
Diffstat (limited to 'sound/mips/au1x00.c')
-rw-r--r-- | sound/mips/au1x00.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/mips/au1x00.c b/sound/mips/au1x00.c index f150cced9fc..6d8f8b3eabd 100644 --- a/sound/mips/au1x00.c +++ b/sound/mips/au1x00.c @@ -663,11 +663,6 @@ au1000_init(void) strcpy(card->shortname, "AMD Au1000-AC97"); sprintf(card->longname, "AMD Au1000--AC97 ALSA Driver"); - if ((err = snd_card_set_generic_dev(card)) < 0) { - snd_card_free(card); - return err; - } - if ((err = snd_card_register(card)) < 0) { snd_card_free(card); return err; |