commit | 468ac413045af1e0e4d1272291bed6878f248a69 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Nov 12 11:36:00 2013 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Nov 12 11:36:00 2013 +0100 |
tree | eab18048889c10fe971a8ead5ffcbaece17e9af6 | |
parent | 5959a6bc1124211a359525d209005abc07b0197b [diff] |
ALSA: hda - Check keep_eapd_on before inv_eapd We don't change the EAPD bit in set_pin_eapd() if keep_eapd_on flag is set by the codec driver and enable is false. But, we also apply the flipping of enable value according to inv_eapd flag in the same function, and this confused the former check, handled as if it's turned ON. The inverted EAPD check must be applied after keep_eapd_on check, instead. Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>