Skip to content
Commit fd108215 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

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: default avatarTakashi Iwai <tiwai@suse.de>
parent d3f02d60
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment