[PATCH] [UBUNTU:sound/pci/hda/] Fix capture from line-in on VAIO SZ/FE laptops

crimsun at fungus.sh.nu crimsun at fungus.sh.nu
Fri Apr 28 06:13:12 UTC 2006


Subject: [PATCH] [UBUNTU:sound/pci/hda/] Fix capture from line-in on VAIO SZ/FE laptops

UpstreamStatus: Added in upstream hg changeset 4200:d671af0d4e39,
                http://sourceforge.net/mailarchive/forum.php?thread_id=10242323&forum_id=33141

Takashi Iwai applied this fix for capture from line-in on VAIO SZ/FE
laptops.

Signed-off-by: Daniel T Chen <crimsun at ubuntu.com>

---

 sound/pci/hda/patch_sigmatel.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

8bf160f0d88d23daa82791c53f920accbaba8d98
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index a6f3513..6ba5b67 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -1209,10 +1209,10 @@ static hda_nid_t vaio_adcs[2] = { 0x8, 0
 static hda_nid_t vaio_mux_nids[1] = { 0x15 };
 
 static struct hda_input_mux vaio_mux = {
-	.num_items = 4,
+	.num_items = 3,
 	.items = {
-		{ "HP", 0x0 },
-		{ "Unknown", 0x1 },
+		/* { "HP", 0x0 }, */
+		{ "Line", 0x1 },
 		{ "Mic", 0x2 },
 		{ "PCM", 0x3 },
 	}
-- 
1.1.3


-- 
Daniel T. Chen            crimsun at ubuntu.com
GPG key:   www.sh.nu/~crimsun/pubkey.gpg.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20060427/585faf63/attachment.sig>


More information about the kernel-team mailing list