From 198d791792a15c8128dee7cc02c03eb8107921ee Mon Sep 17 00:00:00 2001 From: Jason A. Donenfeld Date: Wed, 10 Feb 2010 18:49:16 -0500 Subject: [PATCH] Force ALC269 to use internal microphone on VPCF11. Signed-off-by: Jason A. Donenfeld --- sound/pci/hda/patch_realtek.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index da34095..e62c5a7 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -13119,11 +13119,11 @@ static int patch_alc268(struct hda_codec *codec) static hda_nid_t alc269_adc_nids[1] = { /* ADC1 */ - 0x08, + 0x11, }; static hda_nid_t alc269_capsrc_nids[1] = { - 0x23, + 0x22, }; /* NOTE: ADC2 (0x07) is connected from a recording *MIXER* (0x24), -- 1.6.6.1