All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix headset mic on Acer Nitro 5
@ 2024-11-14 16:41 Hridesh MG
  2024-11-14 16:41 ` [PATCH 1/2] ALSA: hda/realtek: " Hridesh MG
  2024-11-14 16:41 ` [PATCH 2/2] docs: sound: Add a new hd-audio fixup model Hridesh MG
  0 siblings, 2 replies; 11+ messages in thread
From: Hridesh MG @ 2024-11-14 16:41 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, Jonathan Corbet, Stefan Binding,
	Kailang Yang, Simon Trimmer, Joshua Grisham, Richard Fitzgerald
  Cc: linux-sound, linux-kernel, linux-doc, Hridesh MG

The headphone jack on the Acer Nitro 5 AN515-58 laptop with the 
realtek ALC287 codec does not pick up any input from the mic,
this has been documented in multiple forum posts[1][2].

This patch adds a new fixup model and a PCI quirk which adds the
required pin configs and verbs necessary for microphone input.

The pin config and verbs were obtained by reverse engineering
the windows driver using RtHD dump.

[1]: https://community.acer.com/en/discussion/708528/installed-fedora-linux-40-in-nitro-5-an515-58-when-i-plug-in-my-headset-microphone-doesnt-work
[2]: https://forums.linuxmint.com/viewtopic.php?t=419160

Signed-off-by: Hridesh MG <hridesh699@gmail.com>
---
Hridesh MG (2):
      ALSA: hda/realtek: Fix headset mic on Acer Nitro 5
      docs: sound: Add a new hd-audio fixup model

 Documentation/sound/hd-audio/models.rst |  2 ++
 sound/pci/hda/patch_realtek.c           | 21 +++++++++++++++++++++
 2 files changed, 23 insertions(+)
---
base-commit: 2d5404caa8c7bb5c4e0435f94b28834ae5456623
change-id: 20241114-alc287-nitro5-90880d19cd89

Best regards,
-- 
Hridesh MG <hridesh699@gmail.com>


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

end of thread, other threads:[~2024-12-05 17:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-14 16:41 [PATCH 0/2] Fix headset mic on Acer Nitro 5 Hridesh MG
2024-11-14 16:41 ` [PATCH 1/2] ALSA: hda/realtek: " Hridesh MG
2024-11-17 13:45   ` Takashi Iwai
2024-11-17 20:24     ` Hridesh MG
2024-11-18 13:52       ` Takashi Iwai
2024-11-20 17:32         ` Hridesh MG
2024-11-30 18:58           ` Hridesh MG
2024-12-01  8:26             ` Takashi Iwai
2024-12-05  2:46               ` Kailang
2024-12-05 17:22                 ` Hridesh MG
2024-11-14 16:41 ` [PATCH 2/2] docs: sound: Add a new hd-audio fixup model Hridesh MG

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.