mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 07:32:29 +02:00
ALSA: hda - Fix the wrong pincaps set in ALC861VD dallas/hp fixup
commitb78562b10fupstream. The workaround to force VREF50 for dallas/hp model with ALC861VD was introduced in commit8fdcb6fe42, but it contained wrong pincap override bits. This patch fixes to exclude VREF80 pincap bit correctly. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
740ccbaa57
commit
37cb3a0366
|
|
@ -6520,8 +6520,8 @@ static void alc861vd_fixup_dallas(struct hda_codec *codec,
|
|||
const struct alc_fixup *fix, int action)
|
||||
{
|
||||
if (action == ALC_FIXUP_ACT_PRE_PROBE) {
|
||||
snd_hda_override_pin_caps(codec, 0x18, 0x00001714);
|
||||
snd_hda_override_pin_caps(codec, 0x19, 0x0000171c);
|
||||
snd_hda_override_pin_caps(codec, 0x18, 0x00000734);
|
||||
snd_hda_override_pin_caps(codec, 0x19, 0x0000073c);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user