Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Add quirk for Acer Nitro AN517-55
@ 2025-12-23 13:05 matouslansky
  2025-12-31 15:37 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: matouslansky @ 2025-12-23 13:05 UTC (permalink / raw)
  To: perex, tiwai; +Cc: linux-sound, linux-kernel

Add headset mic quirk for Acer Nitro AN517-55. This laptop uses
the same audio configuration as the AN515-58 model.

Signed-off-by: Matouš Lánský <matouslansky@post.cz>
---
 sound/hda/codecs/realtek/alc269.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/hda/codecs/realtek/alc269.c b/sound/hda/codecs/realtek/alc269.c
index 171a71457ec3..90b9a20b7d97 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -6304,6 +6304,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
        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(0x1025, 0x159c, "Acer Nitro 5 AN515-58", ALC2XX_FIXUP_HEADSET_MIC),
+       SND_PCI_QUIRK(0x1025, 0x1597, "Acer Nitro AN517-55", ALC2XX_FIXUP_HEADSET_MIC),
        SND_PCI_QUIRK(0x1025, 0x169a, "Acer Swift SFG16", ALC256_FIXUP_ACER_SFG16_MICMUTE_LED),
        SND_PCI_QUIRK(0x1025, 0x1826, "Acer Helios ZPC", ALC287_FIXUP_PREDATOR_SPK_CS35L41_I2C_2),
        SND_PCI_QUIRK(0x1025, 0x182c, "Acer Helios ZPD", ALC287_FIXUP_PREDATOR_SPK_CS35L41_I2C_2),

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

* Re: [PATCH] ALSA: hda/realtek: Add quirk for Acer Nitro AN517-55
  2025-12-23 13:05 [PATCH] ALSA: hda/realtek: Add quirk for Acer Nitro AN517-55 matouslansky
@ 2025-12-31 15:37 ` Takashi Iwai
  2025-12-31 17:12   ` [PATCH v2] " Matouš Lánský
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2025-12-31 15:37 UTC (permalink / raw)
  To: matouslansky; +Cc: perex, tiwai, linux-sound, linux-kernel

On Tue, 23 Dec 2025 14:05:55 +0100,
<matouslansky@post.cz> wrote:
> 
> Add headset mic quirk for Acer Nitro AN517-55. This laptop uses
> the same audio configuration as the AN515-58 model.
> 
> Signed-off-by: Matouš Lánský <matouslansky@post.cz>

Thanks for the patch.  However, unfortunately it can't be applied
cleanly likely because of your mailer setup breaking spaces and tabs.

Please try to fix your mailer setup and resubmit?


Takashi

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

* [PATCH v2] ALSA: hda/realtek: Add quirk for Acer Nitro AN517-55
  2025-12-31 15:37 ` Takashi Iwai
@ 2025-12-31 17:12   ` Matouš Lánský
  2026-01-01 10:05     ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Matouš Lánský @ 2025-12-31 17:12 UTC (permalink / raw)
  To: tiwai; +Cc: linux-kernel, linux-sound, matouslansky, perex, tiwai

Add headset mic quirk for Acer Nitro AN517-55. This laptop uses
the same audio configuration as the AN515-58 model.

Signed-off-by: Matouš Lánský <matouslansky@post.cz>
---
v2:
 - Resend using git-send-email to fix whitespace/tab corruption.

 sound/hda/codecs/realtek/alc269.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/hda/codecs/realtek/alc269.c b/sound/hda/codecs/realtek/alc269.c
index 171a71457ec3..3013fe1e54fa 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -6304,6 +6304,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
 	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(0x1025, 0x159c, "Acer Nitro 5 AN515-58", ALC2XX_FIXUP_HEADSET_MIC),
+	SND_PCI_QUIRK(0x1025, 0x1597, "Acer Nitro 5 AN517-55", ALC2XX_FIXUP_HEADSET_MIC),
 	SND_PCI_QUIRK(0x1025, 0x169a, "Acer Swift SFG16", ALC256_FIXUP_ACER_SFG16_MICMUTE_LED),
 	SND_PCI_QUIRK(0x1025, 0x1826, "Acer Helios ZPC", ALC287_FIXUP_PREDATOR_SPK_CS35L41_I2C_2),
 	SND_PCI_QUIRK(0x1025, 0x182c, "Acer Helios ZPD", ALC287_FIXUP_PREDATOR_SPK_CS35L41_I2C_2),
-- 
2.52.0


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

* Re: [PATCH v2] ALSA: hda/realtek: Add quirk for Acer Nitro AN517-55
  2025-12-31 17:12   ` [PATCH v2] " Matouš Lánský
@ 2026-01-01 10:05     ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2026-01-01 10:05 UTC (permalink / raw)
  To: Matouš Lánský
  Cc: tiwai, linux-kernel, linux-sound, perex, tiwai

On Wed, 31 Dec 2025 18:12:07 +0100,
Matouš Lánský wrote:
> 
> Add headset mic quirk for Acer Nitro AN517-55. This laptop uses
> the same audio configuration as the AN515-58 model.
> 
> Signed-off-by: Matouš Lánský <matouslansky@post.cz>
> ---
> v2:
>  - Resend using git-send-email to fix whitespace/tab corruption.

Thanks, applied now.


Takashi

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

end of thread, other threads:[~2026-01-01 10:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-23 13:05 [PATCH] ALSA: hda/realtek: Add quirk for Acer Nitro AN517-55 matouslansky
2025-12-31 15:37 ` Takashi Iwai
2025-12-31 17:12   ` [PATCH v2] " Matouš Lánský
2026-01-01 10:05     ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox