Skip to content

Commit

Permalink
[ALSA] hda-codec - Fix capture from line-in on VAIO SZ/FE laptops
Browse files Browse the repository at this point in the history
Added the missing line-in capture on VAIO SZ/FE laptops with
STAC 7661 codec.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Apr 27, 2006
1 parent b7d90a3 commit d773781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
}
Expand Down

0 comments on commit d773781

Please sign in to comment.