projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
601e1cc
)
ALSA: ca0106 - Add missing card->mixername field setup
author
Takashi Iwai
<tiwai@suse.de>
Tue, 2 Jun 2009 14:06:02 +0000
(16:06 +0200)
committer
Takashi 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/ca0106/ca0106_mixer.c
b/sound/pci/ca0106/ca0106_mixer.c
index f143f7185dd102e621cf4681cecd035035d1e86f..7724252c1ec56ce4ea2629b66855303c2e744c87 100644
(file)
--- 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;
}