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/mailarc
hive/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 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] = ;
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 ubuntu.com
GPG key: www.sh.nu/~crimsun/pubkey.gpg.asc
--
kernel-team mailing list
kernel-team lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
|