From: Vitaliy Kulikov Date: Fri, 22 Jul 2011 23:18:15 +0000 (-0500) Subject: ALSA: hda - Fix invalid mute led state on resume of IDT codecs X-Git-Tag: v3.1-rc1~143^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d02667e6206fb3be0990c38af8447a4ed2b74c11;p=pandora-kernel.git ALSA: hda - Fix invalid mute led state on resume of IDT codecs Codec state is not restored immediately on resume but on the first access when power-save is enabled. That leads to an invalid mute led state after resume until either sound is played or some control is changed. This patch adds a possibility for a vendor specific patch to restore codec state immediately after resume if required. And it adds code to restore IDT codecs state immediately on resume on HP systems with mute led support. Signed-off-by: Vitaliy Kulikov Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed