Skip to content

Commit 2f4b7fb

Browse files
jason77-wanggregkh
authored andcommitted
ALSA: hda - Add a conexant codec entry to let mute led work
commit 3f8809499bf02ef7874254c5e23fc764a47a21a0 upstream. 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]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent ec56561 commit 2f4b7fb

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
@@ -1011,6 +1011,7 @@ static int patch_conexant_auto(struct hda_codec *codec)
10111011
*/
10121012

10131013
static const struct hda_device_id snd_hda_id_conexant[] = {
1014+
HDA_CODEC_ENTRY(0x14f11f86, "CX8070", patch_conexant_auto),
10141015
HDA_CODEC_ENTRY(0x14f12008, "CX8200", patch_conexant_auto),
10151016
HDA_CODEC_ENTRY(0x14f15045, "CX20549 (Venice)", patch_conexant_auto),
10161017
HDA_CODEC_ENTRY(0x14f15047, "CX20551 (Waikiki)", patch_conexant_auto),

0 commit comments

Comments
 (0)