Comment 25 for bug 1912052

Revision history for this message
In , perex (perex-linux-kernel-bugs) wrote :

The model should be detected automatically. The parameter is just for override useful for tests.

If you can, could you test this code change?

  diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
  index 6322fac9e694..4f46cfc5393b 100644
  --- a/sound/pci/hda/patch_realtek.c
  +++ b/sound/pci/hda/patch_realtek.c
  @@ -8485,6 +8485,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
          SND_PCI_QUIRK(0x1025, 0x1308, "Acer Aspire Z24-890",,
  ALC286_FIXUP_ACER_AIO_HEADSET_MIC),
          SND_PCI_QUIRK(0x1025, 0x132a, "Acer TravelMate B114-21",
  ALC233_FIXUP_ACER_HEADSET_MIC),
          SND_PCI_QUIRK(0x1025, 0x1330, "Acer TravelMate X514-51T",
  ALC255_FIXUP_ACER_HEADSET_MIC),
  + SND_PCI_QUIRK(0x1025, 0x141f, "Acer Acer Spin SP513-54N",
  ALC255_FIXUP_ACER_MIC_NO_PRESENCE),
          SND_PCI_QUIRK(0x1025, 0x142b, "Acer Swift SF314-42",
  ALC255_FIXUP_ACER_MIC_NO_PRESENCE),
          SND_PCI_QUIRK(0x1025, 0x1430, "Acer TravelMate B311R-31",
  ALC256_FIXUP_ACER_MIC_NO_PRESENCE),
          SND_PCI_QUIRK(0x1025, 0x1466, "Acer Aspire A515-56",
  ALC255_FIXUP_ACER_HEADPHONE_AND_MIC),