All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Add Acer Predator PH315-54
@ 2023-01-23 22:21 Victor Shyba
  2023-01-24  9:30 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Victor Shyba @ 2023-01-23 22:21 UTC (permalink / raw)
  To: perex, tiwai, alsa-devel; +Cc: Victor Shyba

Same issue as SP513-54N: Headset microphone does not work without
ALC255_FIXUP_ACER_MIC_NO_PRESENCE fixup.

BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=211853
Signed-off-by: Victor Shyba <victor1984@riseup.net>
---
 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 6fab7c8fc..5b628fd33 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9202,6 +9202,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	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),
+	SND_PCI_QUIRK(0x1025, 0x1534, "Acer Predator PH315-54", ALC255_FIXUP_ACER_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1028, 0x0470, "Dell M101z", ALC269_FIXUP_DELL_M101Z),
 	SND_PCI_QUIRK(0x1028, 0x053c, "Dell Latitude E5430", ALC292_FIXUP_DELL_E7X),
 	SND_PCI_QUIRK(0x1028, 0x054b, "Dell XPS one 2710", ALC275_FIXUP_DELL_XPS),
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ALSA: hda/realtek: Add Acer Predator PH315-54
  2023-01-23 22:21 [PATCH] ALSA: hda/realtek: Add Acer Predator PH315-54 Victor Shyba
@ 2023-01-24  9:30 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2023-01-24  9:30 UTC (permalink / raw)
  To: Victor Shyba; +Cc: alsa-devel, tiwai

On Mon, 23 Jan 2023 23:21:29 +0100,
Victor Shyba wrote:
> 
> Same issue as SP513-54N: Headset microphone does not work without
> ALC255_FIXUP_ACER_MIC_NO_PRESENCE fixup.
> 
> BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=211853
> Signed-off-by: Victor Shyba <victor1984@riseup.net>

Thanks, applied.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-24 16:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-23 22:21 [PATCH] ALSA: hda/realtek: Add Acer Predator PH315-54 Victor Shyba
2023-01-24  9:30 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.