Skip to content

Commit

Permalink
ALSA: hda - Fix auto-parser of ALC269vb for HP pin NID 0x21
Browse files Browse the repository at this point in the history
ALC269vb has an alternative HP pin 0x21 in addition.
Fix the parser to recognize it.

Signed-off-by: Kailang Yang <kailang@realtek.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Kailang Yang authored and Takashi Iwai committed Apr 9, 2010
1 parent 7ad7b21 commit 531d879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -12869,6 +12869,7 @@ static int alc268_new_analog_output(struct alc_spec *spec, hda_nid_t nid,
dac = 0x02;
break;
case 0x15:
case 0x21: /* ALC269vb has this pin, too */
dac = 0x03;
break;
default:
Expand Down

0 comments on commit 531d879

Please sign in to comment.