Commit abd03db4 authored by Ronan Marquet's avatar Ronan Marquet Committed by Greg Kroah-Hartman

ALSA: hda/realtek - Correction of fixup codes for PB V7900 laptop

commit e30cf2d2 upstream.

Correcion of wrong fixup entries add in commit ca8f0424 to replace
static model quirk for PB V7900 laptop (will model).

[note: the removal of ALC260_FIXUP_HP_PIN_0F chain is also needed as a
 part of the fix; otherwise the pin is set up wrongly as a headphone,
 and user-space (PulseAudio) may be wrongly trying to detect the jack
 state -- tiwai]

Fixes: ca8f0424 ('ALSA: hda/realtek - Add the fixup codes for ALC260 model=will')
Signed-off-by: default avatarRonan Marquet <ronan.marquet@orange.fr>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 718c04d4
...@@ -4951,12 +4951,10 @@ static const struct alc_fixup alc260_fixups[] = { ...@@ -4951,12 +4951,10 @@ static const struct alc_fixup alc260_fixups[] = {
[ALC260_FIXUP_COEF] = { [ALC260_FIXUP_COEF] = {
.type = ALC_FIXUP_VERBS, .type = ALC_FIXUP_VERBS,
.v.verbs = (const struct hda_verb[]) { .v.verbs = (const struct hda_verb[]) {
{ 0x20, AC_VERB_SET_COEF_INDEX, 0x07 }, { 0x1a, AC_VERB_SET_COEF_INDEX, 0x07 },
{ 0x20, AC_VERB_SET_PROC_COEF, 0x3040 }, { 0x1a, AC_VERB_SET_PROC_COEF, 0x3040 },
{ } { }
}, },
.chained = true,
.chain_id = ALC260_FIXUP_HP_PIN_0F,
}, },
[ALC260_FIXUP_GPIO1] = { [ALC260_FIXUP_GPIO1] = {
.type = ALC_FIXUP_VERBS, .type = ALC_FIXUP_VERBS,
......
Markdown is supported
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