diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-01-23 16:29:54 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-01-23 16:29:54 -0500 |
commit | 4e4ac60030293cb3d1e4bacf7c8be9aebdb8df61 (patch) | |
tree | 4e7d9fc89c8ee7fd4791b6a17852b1250c305ca5 /sound/pci/hda/patch_conexant.c | |
parent | 5f6c3de6a79820de124fa2bb1b77d43a09410e42 (diff) |
ALSA: hda - Fix HP dv6736 capture mixer name
Use the standard "Capture" mixer name for HP dv6736 with Cxt5051 codec.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_conexant.c')
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 084600e40829..08c5b32dcd63 100644 --- 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[] = { | |||
1726 | }; | 1726 | }; |
1727 | 1727 | ||
1728 | static struct snd_kcontrol_new cxt5051_hp_dv6736_mixers[] = { | 1728 | static struct snd_kcontrol_new cxt5051_hp_dv6736_mixers[] = { |
1729 | HDA_CODEC_VOLUME("Mic Volume", 0x14, 0x00, HDA_INPUT), | 1729 | HDA_CODEC_VOLUME("Capture Volume", 0x14, 0x00, HDA_INPUT), |
1730 | HDA_CODEC_MUTE("Mic Switch", 0x14, 0x00, HDA_INPUT), | 1730 | HDA_CODEC_MUTE("Capture Switch", 0x14, 0x00, HDA_INPUT), |
1731 | HDA_CODEC_VOLUME("Master Playback Volume", 0x10, 0x00, HDA_OUTPUT), | 1731 | HDA_CODEC_VOLUME("Master Playback Volume", 0x10, 0x00, HDA_OUTPUT), |
1732 | { | 1732 | { |
1733 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, | 1733 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, |