]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.25/patches.drivers/alsa-post-ga-hda-alc269-lenovo-capture-fix
Changed checkfs to auto reboot after correctable fsck fixes.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.drivers / alsa-post-ga-hda-alc269-lenovo-capture-fix
1 From: Takashi Iwai <tiwai@suse.de>
2 Subject: ALSA: Fix capture volume for Lenovo S10E
3 Patch-mainline:
4 References: bnc#516213
5
6 The capture mixer controls are missing for Lenovo S10E with ALC269.
7
8 Signed-off-by: Takashi Iwai <tiwai@suse.de>
9
10 ---
11 sound/pci/hda/patch_realtek.c | 3 +--
12 1 file changed, 1 insertion(+), 2 deletions(-)
13
14 --- a/sound/pci/hda/patch_realtek.c
15 +++ b/sound/pci/hda/patch_realtek.c
16 @@ -11990,7 +11990,6 @@
17 },
18 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
19 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
20 - HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
21 HDA_CODEC_VOLUME("Internal Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
22 HDA_CODEC_MUTE("Internal Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
23 HDA_CODEC_VOLUME("Internal Mic Boost", 0x19, 0, HDA_INPUT),
24 @@ -12519,7 +12518,7 @@
25 .input_mux = &alc269_capture_source,
26 },
27 [ALC269_QUANTA_FL1] = {
28 - .mixers = { alc269_quanta_fl1_mixer },
29 + .mixers = { alc269_quanta_fl1_mixer, alc269_epc_capture_mixer },
30 .init_verbs = { alc269_init_verbs, alc269_quanta_fl1_verbs },
31 .num_dacs = ARRAY_SIZE(alc269_dac_nids),
32 .dac_nids = alc269_dac_nids,