From cd95f638902812551ff1dabf2f1a6bbf3fc3b08e Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 26 Feb 2008 11:56:35 +0100 Subject: [PATCH] --- yaml --- r: 92074 b: refs/heads/master c: b26451c059e741ec5e3389f7758627cb094b3766 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_analog.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1dc1e1f66c75..8391c0b86d45 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aea7bb0a6ff5e751ef611ba9c1146c3c8489f25e +refs/heads/master: b26451c059e741ec5e3389f7758627cb094b3766 diff --git a/trunk/sound/pci/hda/patch_analog.c b/trunk/sound/pci/hda/patch_analog.c index e0f3559f8b13..20446e320b2c 100644 --- a/trunk/sound/pci/hda/patch_analog.c +++ b/trunk/sound/pci/hda/patch_analog.c @@ -3188,11 +3188,12 @@ static int patch_ad1884(struct hda_codec *codec) * Lenovo Thinkpad T61/X61 */ static struct hda_input_mux ad1984_thinkpad_capture_source = { - .num_items = 3, + .num_items = 4, .items = { { "Mic", 0x0 }, { "Internal Mic", 0x1 }, { "Mix", 0x3 }, + { "Docking-Station", 0x4 }, }, };