Skip to content

Commit

Permalink
[ALSA] hda-codec - Fix ALC662 recording
Browse files Browse the repository at this point in the history
Fixed ALC662 recording issue.

Signed-off-by: Kailang Yang <kailang@realtek.com.tw>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Kailang Yang authored and Takashi Iwai committed Apr 24, 2008
1 parent 8b6ed8e commit 77a261b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -12752,7 +12752,7 @@ static hda_nid_t alc662_adc_nids[1] = {
0x09,
};

static hda_nid_t alc662_capsrc_nids[1] = { 0x23 };
static hda_nid_t alc662_capsrc_nids[1] = { 0x22 };

/* input MUX */
/* FIXME: should be a matrix-type input source selection */
Expand Down

0 comments on commit 77a261b

Please sign in to comment.