diff options
author | David Henningsson <david.henningsson@canonical.com> | 2010-07-29 08:46:42 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-07-29 09:37:28 -0400 |
commit | 150b432f448281d5518f5229d240923f9a9c5459 (patch) | |
tree | 827971cc8a5cb631ca94830a753983bcab7addd6 | |
parent | b0485610d6715fd094703d96cf944fdbe1d30738 (diff) |
ALSA: hda - Rename iMic to Int Mic on Lenovo NB0763
The non-standard name "iMic" makes PulseAudio ignore the microphone.
BugLink: https://launchpad.net/bugs/605101
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 439d6e77040e..14ef38352088 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -7103,7 +7103,7 @@ static struct hda_input_mux alc883_lenovo_nb0763_capture_source = { | |||
7103 | .num_items = 4, | 7103 | .num_items = 4, |
7104 | .items = { | 7104 | .items = { |
7105 | { "Mic", 0x0 }, | 7105 | { "Mic", 0x0 }, |
7106 | { "iMic", 0x1 }, | 7106 | { "Int Mic", 0x1 }, |
7107 | { "Line", 0x2 }, | 7107 | { "Line", 0x2 }, |
7108 | { "CD", 0x4 }, | 7108 | { "CD", 0x4 }, |
7109 | }, | 7109 | }, |
@@ -8673,8 +8673,8 @@ static struct snd_kcontrol_new alc883_lenovo_nb0763_mixer[] = { | |||
8673 | HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT), | 8673 | HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT), |
8674 | HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT), | 8674 | HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT), |
8675 | HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT), | 8675 | HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT), |
8676 | HDA_CODEC_VOLUME("iMic Playback Volume", 0x0b, 0x1, HDA_INPUT), | 8676 | HDA_CODEC_VOLUME("Int Mic Playback Volume", 0x0b, 0x1, HDA_INPUT), |
8677 | HDA_CODEC_MUTE("iMic Playback Switch", 0x0b, 0x1, HDA_INPUT), | 8677 | HDA_CODEC_MUTE("Int Mic Playback Switch", 0x0b, 0x1, HDA_INPUT), |
8678 | { } /* end */ | 8678 | { } /* end */ |
8679 | }; | 8679 | }; |
8680 | 8680 | ||