]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3fd3ef9f9681ec0d1c816d2b460aa924f7aa146f
tree59c17c45ff5732088381ed59d557cac7cea3a346
parentdc17f0829968ca73f16b900107e7e696dfaa7d6d
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