From: Takashi Iwai Date: Thu, 10 Jan 2013 09:18:14 +0000 (+0100) Subject: ALSA: hda - Add a new fixup type to override pinctl values X-Git-Tag: v3.9-rc1~129^2~70^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd1082159d1445b0306a4696a2aade251ce2fcb2;p=pandora-kernel.git ALSA: hda - Add a new fixup type to override pinctl values Add a new fixup type, HDA_FIXUP_PINCTLS, for overriding the pinctl values of the given pins. It takes the same array of struct pintbl like HDA_FIXUP_PINS, but each entry contains the pinctl value instead of the pin default config value. This patch also replaces the corresponding codes in patch_realtek.c. Without this change, the direct call of verbs may be overridden again by the later call of pinctl restoration by the driver. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed