提交 e4f41da9 编写于 作者: C Claudio Matsuoka 提交者: Jaroslav Kysela

[ALSA] hda-codec - Add LG LW20 line-in capture source

Add line-in to the list of LG LW20 capture sources. Also fix the LG LW
pin assignment list comment.
Signed-off-by: NClaudio Matsuoka <cmatsuoka@gmail.com>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
Signed-off-by: NJaroslav Kysela <perex@suse.cz>
上级 cac19c3b
...@@ -1921,17 +1921,18 @@ static void alc880_lg_unsol_event(struct hda_codec *codec, unsigned int res) ...@@ -1921,17 +1921,18 @@ static void alc880_lg_unsol_event(struct hda_codec *codec, unsigned int res)
* Pin assignment: * Pin assignment:
* Speaker-out: 0x14 * Speaker-out: 0x14
* Mic-In: 0x18 * Mic-In: 0x18
* Built-in Mic-In: 0x19 (?) * Built-in Mic-In: 0x19
* HP-Out: 0x1b * Line-In: 0x1b
* HP-Out: 0x1a
* SPDIF-Out: 0x1e * SPDIF-Out: 0x1e
*/ */
/* seems analog CD is not working */
static struct hda_input_mux alc880_lg_lw_capture_source = { static struct hda_input_mux alc880_lg_lw_capture_source = {
.num_items = 2, .num_items = 3,
.items = { .items = {
{ "Mic", 0x0 }, { "Mic", 0x0 },
{ "Internal Mic", 0x1 }, { "Internal Mic", 0x1 },
{ "Line In", 0x2 },
}, },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册