From: Takashi Iwai Date: Tue, 25 Apr 2006 11:05:43 +0000 (+0200) Subject: [ALSA] hda-codec - Fix capture from line-in on VAIO SZ/FE laptops X-Git-Tag: v2.6.17-rc4~104^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d773781cee3e3003c4a77589d327de802b26e101;p=platform%2Fkernel%2Flinux-stable.git [ALSA] hda-codec - Fix capture from line-in on VAIO SZ/FE laptops Added the missing line-in capture on VAIO SZ/FE laptops with STAC 7661 codec. Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 7152607..8c440fb 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -1212,8 +1212,8 @@ static hda_nid_t vaio_mux_nids[] = { 0x15 }; static struct hda_input_mux vaio_mux = { .num_items = 2, .items = { - /* { "HP", 0x0 }, - { "Unknown", 0x1 }, */ + /* { "HP", 0x0 }, */ + { "Line", 0x1 }, { "Mic", 0x2 }, { "PCM", 0x3 }, }