diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-06-02 10:06:02 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-06-02 10:06:26 -0400 |
commit | eeaf100d25cefdbe9dc40d6e0f2025411474972a (patch) | |
tree | efb4245549e9aa7b9c5f7299a6259b56053e40f0 /sound/pci/ca0106 | |
parent | 601e1cc5df940b59e71c947726640811897d30df (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.c | 2 |
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) | |||
856 | return err; | 856 | return err; |
857 | add_slaves(card, vmaster, slave_sws); | 857 | add_slaves(card, vmaster, slave_sws); |
858 | } | 858 | } |
859 | |||
860 | strcpy(card->mixername, "CA0106"); | ||
859 | return 0; | 861 | return 0; |
860 | } | 862 | } |
861 | 863 | ||