]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: hda - Handle missing NID 0x1b on ALC259 codec
authorTakashi Iwai <tiwai@suse.de>
Fri, 30 Jul 2010 08:51:10 +0000 (10:51 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Sep 2010 20:36:11 +0000 (13:36 -0700)
commit96f44a8631764ad755ed701efd7e2b5193e54474
tree87bb6c0210a269486949feebaa0a73ea19a7d146
parente3086e9d419b26bd00da78c204c0ab30f1cbbd51
ALSA: hda - Handle missing NID 0x1b on ALC259 codec

commit 5d4abf93ea3192cc666430225a29a4978c97c57d upstream.

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>
Cc: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/hda/patch_realtek.c