ALSA: hda - Also enable mute/micmute LED control for "Lenovo dock" fixup
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Fri Nov 22 17:59:11 EST 2013
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=521290003a34115fa06f048285bcb5b7708eee9f
Commit: 521290003a34115fa06f048285bcb5b7708eee9f
Parent: 777fb574a5f53fcf071b588f46756b672d9d883c
Author: David Henningsson <david.henningsson at canonical.com>
AuthorDate: Tue Nov 19 10:25:53 2013 +0100
Committer: Takashi Iwai <tiwai at suse.de>
CommitDate: Tue Nov 19 11:28:41 2013 +0100
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 at canonical.com>
Signed-off-by: Takashi Iwai <tiwai at suse.de>
---
sound/pci/hda/patch_realtek.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 05987ff..8593d4e 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,
More information about the linux-mtd-cvs
mailing list