git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f6c3de
)
ALSA: hda - Fix HP dv6736 capture mixer name
author
Takashi Iwai
<tiwai@suse.de>
Sat, 23 Jan 2010 21:29:54 +0000
(22:29 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Sat, 23 Jan 2010 21:29:54 +0000
(22:29 +0100)
Use the standard "Capture" mixer name for HP dv6736 with Cxt5051 codec.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_conexant.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_conexant.c
b/sound/pci/hda/patch_conexant.c
index
084600e
..
08c5b32
100644
(file)
--- a/
sound/pci/hda/patch_conexant.c
+++ b/
sound/pci/hda/patch_conexant.c
@@
-1726,8
+1726,8
@@
static struct snd_kcontrol_new cxt5051_hp_mixers[] = {
};
static struct snd_kcontrol_new cxt5051_hp_dv6736_mixers[] = {
- HDA_CODEC_VOLUME("
Mic
Volume", 0x14, 0x00, HDA_INPUT),
- HDA_CODEC_MUTE("
Mic
Switch", 0x14, 0x00, HDA_INPUT),
+ HDA_CODEC_VOLUME("
Capture
Volume", 0x14, 0x00, HDA_INPUT),
+ HDA_CODEC_MUTE("
Capture
Switch", 0x14, 0x00, HDA_INPUT),
HDA_CODEC_VOLUME("Master Playback Volume", 0x10, 0x00, HDA_OUTPUT),
{
.iface = SNDRV_CTL_ELEM_IFACE_MIXER,