]> git.ipfire.org Git - thirdparty/linux.git/commit
ALSA: hda/realtek - Apply mic mute LED quirk for Dell E7xx laptops, too
authorTakashi Iwai <tiwai@suse.de>
Sun, 5 Jan 2020 08:11:19 +0000 (09:11 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sun, 5 Jan 2020 08:12:11 +0000 (09:12 +0100)
commit5fab5829674c279839a7408ab30c71c6dfe726b9
treebfb64291f907bba5d12b47b78a79f9219e08c975
parent5da116f164ce265e397b8f59af5c39e4a61d61a5
ALSA: hda/realtek - Apply mic mute LED quirk for Dell E7xx laptops, too

Dell E7xx laptops have also mic mute LED that is driven by the
dell-laptop platform driver.  Bind it with the capture control as
already done for other models.

A caveat is that the fixup hook for the mic mute LED has to be applied
at last, otherwise it results in the invalid override of the callback.

BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=205529
Link: https://lore.kernel.org/r/20200105081119.21396-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c