提交 d773781c 编写于 作者: T Takashi Iwai 提交者: Jaroslav Kysela

[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: NTakashi Iwai <tiwai@suse.de>
上级 b7d90a35
...@@ -1212,8 +1212,8 @@ static hda_nid_t vaio_mux_nids[] = { 0x15 }; ...@@ -1212,8 +1212,8 @@ static hda_nid_t vaio_mux_nids[] = { 0x15 };
static struct hda_input_mux vaio_mux = { static struct hda_input_mux vaio_mux = {
.num_items = 2, .num_items = 2,
.items = { .items = {
/* { "HP", 0x0 }, /* { "HP", 0x0 }, */
{ "Unknown", 0x1 }, */ { "Line", 0x1 },
{ "Mic", 0x2 }, { "Mic", 0x2 },
{ "PCM", 0x3 }, { "PCM", 0x3 },
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册