summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorDavid Henningsson2013-11-19 10:25:53 +0100
committerTakashi Iwai2013-11-19 11:28:41 +0100
commit521290003a34115fa06f048285bcb5b7708eee9f (patch)
treeeaf84c4bec8b3a4150d7ab4af33685e623e53988 /sound
parentALSA: firewire-lib: include sound/asound.h to refer to snd_pcm_format_t (diff)
downloadkernel-qcow2-linux-521290003a34115fa06f048285bcb5b7708eee9f.tar.gz
kernel-qcow2-linux-521290003a34115fa06f048285bcb5b7708eee9f.tar.xz
kernel-qcow2-linux-521290003a34115fa06f048285bcb5b7708eee9f.zip
ALSA: hda - Also enable mute/micmute LED control for "Lenovo dock" fixup
The docking station is a Thinkpad thing, so it makes sense to check for mute/micmute LEDs for that quirk type too. Signed-off-by: David Henningsson <david.henningsson@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 05987ffb59d0..8593d4ebd192 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -3945,6 +3945,8 @@ static const struct hda_fixup alc269_fixups[] = {
[ALC269_FIXUP_PINCFG_NO_HP_TO_LINEOUT] = {
.type = HDA_FIXUP_FUNC,
.v.func = alc269_fixup_pincfg_no_hp_to_lineout,
+ .chained = true,
+ .chain_id = ALC269_FIXUP_THINKPAD_ACPI,
},
[ALC269_FIXUP_DELL1_MIC_NO_PRESENCE] = {
.type = HDA_FIXUP_PINS,