]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Make sure mute LEDs stay on during runtime suspend (Realtek)
authorDavid Henningsson <david.henningsson@canonical.com>
Wed, 6 Nov 2013 09:50:44 +0000 (10:50 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 6 Nov 2013 10:08:12 +0000 (11:08 +0100)
commit07c84afd5a6ebddc629031c7b9210b3306d26ba9
tree313fec24387a68903577b9432aecbe65be7d53de
parent4f04e7179cd292c95e10aaad680d1137b6f6f49e
ALSA: hda - Make sure mute LEDs stay on during runtime suspend (Realtek)

Some HP machines with Realtek codecs have mute LEDs connected to VREF pins.
However when these go into runtime suspend, the pin powers down and its
pin control is disabled, thus disabling the LED too.

This patch fixes that issue by making sure that the pin stays in D0 with
correct pin control.

Cc: stable@kernel.org
BugLink: https://bugs.launchpad.net/bugs/1248465
Tested-by: Franz Hsieh <franz.hsieh@canonical.com>
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c