summaryrefslogtreecommitdiff
path: root/sound/pci/ca0106
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-06-02 16:06:02 +0200
committerTakashi Iwai <tiwai@suse.de>2009-06-02 16:06:26 +0200
commiteeaf100d25cefdbe9dc40d6e0f2025411474972a (patch)
treeefb4245549e9aa7b9c5f7299a6259b56053e40f0 /sound/pci/ca0106
parent601e1cc5df940b59e71c947726640811897d30df (diff)
ALSA: ca0106 - Add missing card->mixername field setup
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ca0106')
-rw-r--r--sound/pci/ca0106/ca0106_mixer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/ca0106/ca0106_mixer.c b/sound/pci/ca0106/ca0106_mixer.c
index f143f7185dd1..7724252c1ec5 100644
--- a/sound/pci/ca0106/ca0106_mixer.c
+++ b/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;
}