Browse Source

ALSA: ca0106 - Add missing card->mixername field setup

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Takashi Iwai 16 years ago
parent
commit
eeaf100d25
1 changed files with 2 additions and 0 deletions
  1. 2 0
      sound/pci/ca0106/ca0106_mixer.c

+ 2 - 0
sound/pci/ca0106/ca0106_mixer.c

@@ -856,6 +856,8 @@ int __devinit snd_ca0106_mixer(struct snd_ca0106 *emu)
 			return err;
 		add_slaves(card, vmaster, slave_sws);
 	}
+
+	strcpy(card->mixername, "CA0106");
         return 0;
 }