]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: hda - yet another fix for Dell headset mic with ALC3266
authorTakashi Iwai <tiwai@suse.de>
Wed, 5 Aug 2015 10:09:45 +0000 (12:09 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 5 Aug 2015 10:09:45 +0000 (12:09 +0200)
commit9f502ff55321a5270c3dfbb76ac3774e6b5d8097
tree32f53ae29d27923b7aa461265fa04e6152749b67
parent703867e2f252bbd218668df4131ee1e60ba29ed3
ALSA: hda - yet another fix for Dell headset mic with ALC3266

It turned out that there are three variants of pin config values of
NID 0x17 on Dell laptops with ALC3266 (alias of ALC298): 0x90170110,
0x90170140 and 0x90170150.  The first two have been already covered by
commits 703867e2f252 and 977e627684df, so this commit adds the missing
last entry.

While we're at it, rearrange the three entries in the order of pincfg
values.

Reported-by: Kailang Yang <kailang@realtek.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c