diff options
author | Florin Tudorache <florin_tudorache@live.com> | 2017-05-05 19:40:06 +0000 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-05-08 10:56:30 +0200 |
commit | c3123d6adb715de12fb366a55c1dedc6aabd94b0 (patch) | |
tree | 27fc0ebcd85d318fc5541f700443c0ef36930018 /sound | |
parent | a5c3b32a1146e44f6b38fdfdfffc27842953420c (diff) | |
download | linux-stable-c3123d6adb715de12fb366a55c1dedc6aabd94b0.tar.gz linux-stable-c3123d6adb715de12fb366a55c1dedc6aabd94b0.tar.bz2 linux-stable-c3123d6adb715de12fb366a55c1dedc6aabd94b0.zip |
ALSA: hda - Add mute led support for HP EliteBook 840 G3
Signed-off-by: Florin Tudorache <florin_tudorache@live.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index e8253737c47a..63bc894ddf5e 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c @@ -860,7 +860,9 @@ static const struct hda_fixup cxt_fixups[] = { { 0x16, 0x21011020 }, /* line-out */ { 0x18, 0x2181103f }, /* line-in */ { } - } + }, + .chained = true, + .chain_id = CXT_FIXUP_MUTE_LED_GPIO, }, [CXT_FIXUP_HP_SPECTRE] = { .type = HDA_FIXUP_PINS, |