From: Takashi Iwai Date: Mon, 12 Mar 2012 11:35:27 +0000 (+0100) Subject: ALSA: hda - Rewrite the mute-LED control with vmaster hook for ALC269 X-Git-Tag: v3.4-rc1~144^2~4^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=420b0febe54099ea9003bddad0a81e882a8472af;p=pandora-kernel.git 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 --- Reading git-diff-tree failed