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)
commita7f2371f9e9730ccdb70d6d5803da2a732c97cf3
tree59c17c45ff5732088381ed59d557cac7cea3a346
parent1304ac8993e32c0530bc82bf1d3f953548a20971
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 <tiwai@suse.de>
sound/pci/hda/patch_realtek.c