]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ALSA: hda - add a new condition to check if it is thinkpad
authorHui Wang <hui.wang@canonical.com>
Thu, 10 Nov 2016 05:20:05 +0000 (13:20 +0800)
committerTakashi Iwai <tiwai@suse.de>
Thu, 10 Nov 2016 08:32:55 +0000 (09:32 +0100)
commit2ecb704a1290edb5e3d53a75529192e7ed2a1a28
treed625f60d9a25e38a7a3407ca585b9f9aa526834c
parent6809cd682b82dfff47943850d1a8c714f971b5ca
ALSA: hda - add a new condition to check if it is thinkpad

Latest Thinkpad laptops use the HKEY_HID LEN0268 instead of the
LEN0068, as a result neither audio mute led nor mic mute led can work
any more.

After adding the new HKEY_HID into the is_thinkpad(), both of them
works well as before.

Cc: <stable@vger.kernel.org>
Signed-off-by: Hui Wang <hui.wang@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/thinkpad_helper.c