This is a note to let you know that I've just added the patch titled
ALSA: HDA: Fix single internal mic on ALC275 (Sony Vaio VPCSB1C5E)
to the 2.6.38-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
alsa-hda-fix-single-internal-mic-on-alc275-sony-vaio-vpcsb1c5e.patch
and it can be found in the queue-2.6.38 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 262ac22d21ee2bf3e1655b2e5e45cc94b356e62f Mon Sep 17 00:00:00 2001
From: David Henningsson <[email protected]>
Date: Thu, 7 Apr 2011 11:43:00 +0200
Subject: ALSA: HDA: Fix single internal mic on ALC275 (Sony Vaio VPCSB1C5E)
From: David Henningsson <[email protected]>
commit 262ac22d21ee2bf3e1655b2e5e45cc94b356e62f upstream.
In cases where there is only one internal mic connected to ADC 0x11,
alc275_setup_dual_adc won't handle the case, so we need to add the
ADC node to the array of candidates.
BugLink: http://bugs.launchpad.net/bugs/752792
Reported-by: Vincenzo Pii
Signed-off-by: David Henningsson <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
sound/pci/hda/patch_realtek.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -14191,7 +14191,7 @@ static hda_nid_t alc269vb_capsrc_nids[1]
};
static hda_nid_t alc269_adc_candidates[] = {
- 0x08, 0x09, 0x07,
+ 0x08, 0x09, 0x07, 0x11,
};
#define alc269_modes alc260_modes
Patches currently in stable-queue which might be from
[email protected] are
queue-2.6.38/alsa-hda-fix-single-internal-mic-on-alc275-sony-vaio-vpcsb1c5e.patch
queue-2.6.38/alsa-hda-fix-dock-mic-for-lenovo-x220-tablet.patch
queue-2.6.38/alsa-hda-add-dock-mic-quirk-for-lenovo-thinkpad-x220.patch
queue-2.6.38/alsa-hda-new-ad1984a-model-for-dell-precision-r5500.patch
_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable