ALSA: hda - Rewrite the mute-LED control with vmaster hook for ALC269
authorTakashi Iwai <tiwai@suse.de>
Mon, 12 Mar 2012 11:35:27 +0000 (12:35 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 12 Mar 2012 13:52:43 +0000 (14:52 +0100)
commit420b0febe54099ea9003bddad0a81e882a8472af
tree625829e2a6b6958a6ab6ae9e18b5a631b137c4ec
parent2faa3bf15ba69fa12bc53926b88982b3875abb3f
ALSA: hda - Rewrite the mute-LED control with vmaster hook for ALC269

We've had ugly static handling of the mute-LED with a powersave hook
for ALC269 HP laptops just like done in patch_sigmatel.c.  This is now
rewritten with the new vmaster hook and a fixup code.

For that, the new fixup action, ALC_FIXUP_ACT_BUILD, is introduced.
It's called after build_controls is called.  The reason of this new
action is that vmaster hook must be added at this stage (not in init
or probe).

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