ALSA: hda/realtek - Generic mute LED implementation for HP laptops
authorTakashi Iwai <tiwai@suse.de>
Thu, 10 Jan 2013 16:33:58 +0000 (17:33 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 12 Jan 2013 07:44:43 +0000 (08:44 +0100)
commit08fb0d0ee1b9c7aef79f54a9ae24470621eb6447
tree976198bb77ab80ee71d52a0fcc47601008dcac18
parent9bb1f06fe0844b742ab97326b34229bc8290c9c6
ALSA: hda/realtek - Generic mute LED implementation for HP laptops

As David Henningsson recently suggested, some HP laptops use an unused
mic pin for controlling a mute LED, and this information is provided
via DMI string "HP_Mute_LED_X_Y" string.  This patch adds the generic
support for such cases, as we've already done in patch_sigmatel.c.
This is applied generically to all devices with ID 0x103c.

But as we don't know whether the device 103c:1586 really contains
HP_Mute_LED_X_Y DMI string, still keep the static setup for this
device using the mic2 pin 0x19.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c