ALSA: hda - Split EAPD init to a separate array from alc662_init_verbs
authorTakashi Iwai <tiwai@suse.de>
Thu, 7 Apr 2011 08:24:23 +0000 (10:24 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 7 Apr 2011 08:24:23 +0000 (10:24 +0200)
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 <tiwai@suse.de>

No differences found