]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ALSA: ca0106 - Add missing card->mixername field setup
authorTakashi Iwai <tiwai@suse.de>
Tue, 2 Jun 2009 14:06:02 +0000 (16:06 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 2 Jun 2009 14:06:26 +0000 (16:06 +0200)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ca0106/ca0106_mixer.c

index f143f7185dd102e621cf4681cecd035035d1e86f..7724252c1ec56ce4ea2629b66855303c2e744c87 100644 (file)
@@ -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;
 }