Skip to content

Commit 3f88094

Browse files
jason77-wangtiwai
authored andcommitted
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: [email protected] Signed-off-by: Hui Wang <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent 2756d91 commit 3f88094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/pci/hda/patch_conexant.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,6 +1083,7 @@ static int patch_conexant_auto(struct hda_codec *codec)
10831083
*/
10841084

10851085
static const struct hda_device_id snd_hda_id_conexant[] = {
1086+
HDA_CODEC_ENTRY(0x14f11f86, "CX8070", patch_conexant_auto),
10861087
HDA_CODEC_ENTRY(0x14f12008, "CX8200", patch_conexant_auto),
10871088
HDA_CODEC_ENTRY(0x14f15045, "CX20549 (Venice)", patch_conexant_auto),
10881089
HDA_CODEC_ENTRY(0x14f15047, "CX20551 (Waikiki)", patch_conexant_auto),

0 commit comments

Comments
 (0)