diff options
| -rw-r--r-- | sound/pci/hda/patch_analog.c | 1 | ||||
| -rw-r--r-- | sound/pci/hda/patch_realtek.c | 10 |
2 files changed, 5 insertions, 6 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index 40ba06eb44af..06275f8807a8 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c | |||
| @@ -332,6 +332,7 @@ static const struct hda_fixup ad1986a_fixups[] = { | |||
| 332 | 332 | ||
| 333 | static const struct snd_pci_quirk ad1986a_fixup_tbl[] = { | 333 | static const struct snd_pci_quirk ad1986a_fixup_tbl[] = { |
| 334 | SND_PCI_QUIRK(0x103c, 0x30af, "HP B2800", AD1986A_FIXUP_LAPTOP_IMIC), | 334 | SND_PCI_QUIRK(0x103c, 0x30af, "HP B2800", AD1986A_FIXUP_LAPTOP_IMIC), |
| 335 | SND_PCI_QUIRK(0x1043, 0x1447, "ASUS A8JN", AD1986A_FIXUP_EAPD), | ||
| 335 | SND_PCI_QUIRK_MASK(0x1043, 0xff00, 0x8100, "ASUS P5", AD1986A_FIXUP_3STACK), | 336 | SND_PCI_QUIRK_MASK(0x1043, 0xff00, 0x8100, "ASUS P5", AD1986A_FIXUP_3STACK), |
| 336 | SND_PCI_QUIRK_MASK(0x1043, 0xff00, 0x8200, "ASUS M2", AD1986A_FIXUP_3STACK), | 337 | SND_PCI_QUIRK_MASK(0x1043, 0xff00, 0x8200, "ASUS M2", AD1986A_FIXUP_3STACK), |
| 337 | SND_PCI_QUIRK(0x10de, 0xcb84, "ASUS A8N-VM", AD1986A_FIXUP_3STACK), | 338 | SND_PCI_QUIRK(0x10de, 0xcb84, "ASUS A8N-VM", AD1986A_FIXUP_3STACK), |
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 49e884fb3e5d..d943508a7f48 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, |
| @@ -1667,8 +1665,8 @@ static const struct hda_fixup alc260_fixups[] = { | |||
| 1667 | [ALC260_FIXUP_REPLACER] = { | 1665 | [ALC260_FIXUP_REPLACER] = { |
| 1668 | .type = HDA_FIXUP_VERBS, | 1666 | .type = HDA_FIXUP_VERBS, |
| 1669 | .v.verbs = (const struct hda_verb[]) { | 1667 | .v.verbs = (const struct hda_verb[]) { |
| 1670 | { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 }, | 1668 | { 0x1a, AC_VERB_SET_COEF_INDEX, 0x07 }, |
| 1671 | { 0x20, AC_VERB_SET_PROC_COEF, 0x3050 }, | 1669 | { 0x1a, AC_VERB_SET_PROC_COEF, 0x3050 }, |
| 1672 | { } | 1670 | { } |
| 1673 | }, | 1671 | }, |
| 1674 | .chained = true, | 1672 | .chained = true, |
