ALSA: hda - Fix mute LED on HP laptops in runtime suspend
authorTakashi Iwai <tiwai@suse.de>
Wed, 23 Oct 2013 23:24:15 +0000 (01:24 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Oct 2013 09:37:33 +0000 (11:37 +0200)
commit95f74c41b2e53f541f2f66c8ba3dac1601ebd409
treeb768806091ada70ed34ede093f519855a3aa6a5c
parent161ebf295e2ad7876195143342362d2cf6ffaca2
ALSA: hda - Fix mute LED on HP laptops in runtime suspend

When HP laptops with mute and mic-record LEDs go to runtime suspend,
these LEDs are turned on forcibly no matter whether GPIO pis are on or
off.  This strange behavior seems triggered by resetting the HD-audio
bus link at azx_rutime_suspend().  So, just add a new hda_bus flag to
avoid the link reset at runtime suspend and set it for these HP
machines.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.h
sound/pci/hda/hda_intel.c
sound/pci/hda/patch_sigmatel.c