[PATCH] ALSA: hda: fix mute led on HP Envy 15

2013-04-07 Thread Dan Savilonis
This laptop reports the string HP_Mute_LED_P_G in DMI, but the guess made in hp_set_mute_led() is wrong. So, hard-code the GPIO id. Signed-off-by: Dan Savilonis --- sound/pci/hda/patch_sigmatel.c | 21 + 1 file changed, 21 insertions(+) diff --git a/sound/pci/hda

[PATCH] ALSA: hda: fix mute led on HP Envy 15

2013-04-07 Thread Dan Savilonis
This laptop reports the string HP_Mute_LED_P_G in DMI, but the guess made in hp_set_mute_led() is wrong. So, hard-code the GPIO id. Signed-off-by: Dan Savilonis d...@n-cube.org --- sound/pci/hda/patch_sigmatel.c | 21 + 1 file changed, 21 insertions(+) diff --git a/sound/pci