]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda - Add a conexant codec entry to let mute led work
authorHui Wang <hui.wang@canonical.com>
Thu, 25 Jul 2019 06:57:37 +0000 (14:57 +0800)
committerTakashi Iwai <tiwai@suse.de>
Thu, 25 Jul 2019 07:12:40 +0000 (09:12 +0200)
commit3f8809499bf02ef7874254c5e23fc764a47a21a0
tree572fc88ca299e695c83a244e2e666290acf13d38
parent2756d9143aa517b97961e85412882b8ce31371a6
ALSA: hda - Add a conexant codec entry to let mute led work

This conexant codec isn't in the supported codec list yet, the hda
generic driver can drive this codec well, but on a Lenovo machine
with mute/mic-mute leds, we need to apply CXT_FIXUP_THINKPAD_ACPI
to make the leds work. After adding this codec to the list, the
driver patch_conexant.c will apply THINKPAD_ACPI to this machine.

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/patch_conexant.c