diff options
author | Ronan Marquet <ronan.marquet@orange.fr> | 2014-06-01 12:38:53 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-06-02 10:46:31 -0400 |
commit | e30cf2d2bed3aed74a651c64de323ba26e4ff7d0 (patch) | |
tree | 7e5942d1c3ca76eef3e0b2ea301af86f35bb8432 /sound/pci/hda | |
parent | 598e306184d26fa1d546334f2eb370b4d94a4ad3 (diff) |
ALSA: hda/realtek - Correction of fixup codes for PB V7900 laptop
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: ca8f04247eaa ('ALSA: hda/realtek - Add the fixup codes for ALC260 model=will')
Signed-off-by: Ronan Marquet <ronan.marquet@orange.fr>
Cc: <stable@vger.kernel.org> [v3.4+]
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 49e884fb3e5d..0e3a7f6c8060 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -1647,12 +1647,10 @@ static const struct hda_fixup alc260_fixups[] = { | |||
1647 | [ALC260_FIXUP_COEF] = { | 1647 | [ALC260_FIXUP_COEF] = { |
1648 | .type = HDA_FIXUP_VERBS, | 1648 | .type = HDA_FIXUP_VERBS, |
1649 | .v.verbs = (const struct hda_verb[]) { | 1649 | .v.verbs = (const struct hda_verb[]) { |
1650 | { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 }, | 1650 | { 0x1a, AC_VERB_SET_COEF_INDEX, 0x07 }, |
1651 | { 0x20, AC_VERB_SET_PROC_COEF, 0x3040 }, | 1651 | { 0x1a, AC_VERB_SET_PROC_COEF, 0x3040 }, |
1652 | { } | 1652 | { } |
1653 | }, | 1653 | }, |
1654 | .chained = true, | ||
1655 | .chain_id = ALC260_FIXUP_HP_PIN_0F, | ||
1656 | }, | 1654 | }, |
1657 | [ALC260_FIXUP_GPIO1] = { | 1655 | [ALC260_FIXUP_GPIO1] = { |
1658 | .type = HDA_FIXUP_VERBS, | 1656 | .type = HDA_FIXUP_VERBS, |