Skip to content

Commit

Permalink
ALSA: hda - Handle missing NID 0x1b on ALC259 codec
Browse files Browse the repository at this point in the history
Since ALC259/269 use the same parser of ALC268, the pin 0x1b was ignored
as an invalid widget.  Just add this NID to handle properly.
This will add the missing mixer controls for some devices.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Jul 30, 2010
1 parent 757899a commit 5d4abf9
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 @@ -13144,6 +13144,7 @@ static int alc268_new_analog_output(struct alc_spec *spec, hda_nid_t nid,
dac = 0x02;
break;
case 0x15:
case 0x1b:
case 0x21: /* ALC269vb has this pin, too */
dac = 0x03;
break;
Expand Down

0 comments on commit 5d4abf9

Please sign in to comment.