From d7bb71b8705a7ffca56ddc5250aa2f5179f0fa83 Mon Sep 17 00:00:00 2001 From: Claudio Matsuoka Date: Fri, 13 Jul 2007 11:51:06 +0200 Subject: [PATCH] --- yaml --- r: 62116 b: refs/heads/master c: e4f41da9e5f03e67ebe6067aad40c6a79443c3ae h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_realtek.c | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 7d4b60538aba..50158ad96fe5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cac19c3ba123369b7c1199e20bb01fb265004ff5 +refs/heads/master: e4f41da9e5f03e67ebe6067aad40c6a79443c3ae diff --git a/trunk/sound/pci/hda/patch_realtek.c b/trunk/sound/pci/hda/patch_realtek.c index b145667de17c..e8782c27a459 100644 --- a/trunk/sound/pci/hda/patch_realtek.c +++ b/trunk/sound/pci/hda/patch_realtek.c @@ -1921,17 +1921,18 @@ static void alc880_lg_unsol_event(struct hda_codec *codec, unsigned int res) * Pin assignment: * Speaker-out: 0x14 * Mic-In: 0x18 - * Built-in Mic-In: 0x19 (?) - * HP-Out: 0x1b + * Built-in Mic-In: 0x19 + * Line-In: 0x1b + * HP-Out: 0x1a * SPDIF-Out: 0x1e */ -/* seems analog CD is not working */ static struct hda_input_mux alc880_lg_lw_capture_source = { - .num_items = 2, + .num_items = 3, .items = { { "Mic", 0x0 }, { "Internal Mic", 0x1 }, + { "Line In", 0x2 }, }, };