From: Takashi Iwai Date: Thu, 7 Apr 2011 08:24:23 +0000 (+0200) Subject: ALSA: hda - Split EAPD init to a separate array from alc662_init_verbs X-Git-Tag: v3.0-rc1~347^2^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7f2371f9e9730ccdb70d6d5803da2a732c97cf3;p=pandora-kernel.git ALSA: hda - Split EAPD init to a separate array from alc662_init_verbs So far, alc662_init_verbs[] is used for all ALC662-compatible chips, but the EAPD controls for 0x15 in there is invalid for ALC892. Also, since EAPDs should be set up in alc_auto_init_amp(), these static elements aren't needed for auto-parser, too. In this patch, the EAPD init verbs are split from alc662_init_verbs, and applied only to static quirks. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed