All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] ALSA: hda/realtek: Fix noisy mic for Clevo V6xxAW
@ 2026-05-19 15:49 Werner Sembach
  2026-05-20  5:53 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Werner Sembach @ 2026-05-19 15:49 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai
  Cc: Aaron Erhardt, Werner Sembach, linux-sound, linux-kernel

From: Aaron Erhardt <aer@tuxedocomputers.com>

Add a PCI quirk to reduce the volume of the internal microphone to prevent
extremely noisy signal.

Signed-off-by: Aaron Erhardt <aer@tuxedocomputers.com>
Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
Cc: stable@vger.kernel.org
---
V1->V2: Add cc stable
V2->V3: Correct place in list for new entry (sorry overlooked that Aaron
        already created a corrected version)

 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 2f5d13032fd7a..bc7832a5b6973 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -7561,6 +7561,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1558, 0x51b3, "Clevo NS70AU", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1558, 0x5630, "Clevo NP50RNJS", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1558, 0x5700, "Clevo X560WN[RST]", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
+	SND_PCI_QUIRK(0x1558, 0x6480, "Clevo V6xxAW", ALC245_FIXUP_CLEVO_NOISY_MIC),
 	SND_PCI_QUIRK(0x1558, 0x70a1, "Clevo NB70T[HJK]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1558, 0x70b3, "Clevo NK70SB", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1558, 0x70f2, "Clevo NH79EPY", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
-- 
2.43.0


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

* Re: [PATCH v3] ALSA: hda/realtek: Fix noisy mic for Clevo V6xxAW
  2026-05-19 15:49 [PATCH v3] ALSA: hda/realtek: Fix noisy mic for Clevo V6xxAW Werner Sembach
@ 2026-05-20  5:53 ` Takashi Iwai
  2026-06-22 10:17   ` Werner Sembach
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2026-05-20  5:53 UTC (permalink / raw)
  To: Werner Sembach
  Cc: Jaroslav Kysela, Takashi Iwai, Aaron Erhardt, linux-sound,
	linux-kernel

On Tue, 19 May 2026 17:49:48 +0200,
Werner Sembach wrote:
> 
> From: Aaron Erhardt <aer@tuxedocomputers.com>
> 
> Add a PCI quirk to reduce the volume of the internal microphone to prevent
> extremely noisy signal.
> 
> Signed-off-by: Aaron Erhardt <aer@tuxedocomputers.com>
> Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
> Cc: stable@vger.kernel.org

Applied now.  Thanks.


Takashi

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

* Re: [PATCH v3] ALSA: hda/realtek: Fix noisy mic for Clevo V6xxAW
  2026-05-20  5:53 ` Takashi Iwai
@ 2026-06-22 10:17   ` Werner Sembach
  2026-06-22 10:55     ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Werner Sembach @ 2026-06-22 10:17 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: Jaroslav Kysela, Takashi Iwai, Aaron Erhardt, linux-sound,
	linux-kernel

Hi,

Am 20.05.26 um 07:53 schrieb Takashi Iwai:
> On Tue, 19 May 2026 17:49:48 +0200,
> Werner Sembach wrote:
>> From: Aaron Erhardt <aer@tuxedocomputers.com>
>>
>> Add a PCI quirk to reduce the volume of the internal microphone to prevent
>> extremely noisy signal.
>>
>> Signed-off-by: Aaron Erhardt <aer@tuxedocomputers.com>
>> Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
>> Cc: stable@vger.kernel.org
> Applied now.  Thanks.

Quick question: To which branch exactly? I can't find it here: 
https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git/

Best regards,

Werner

>
>
> Takashi

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

* Re: [PATCH v3] ALSA: hda/realtek: Fix noisy mic for Clevo V6xxAW
  2026-06-22 10:17   ` Werner Sembach
@ 2026-06-22 10:55     ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2026-06-22 10:55 UTC (permalink / raw)
  To: Werner Sembach
  Cc: Takashi Iwai, Jaroslav Kysela, Takashi Iwai, Aaron Erhardt,
	linux-sound, linux-kernel

On Mon, 22 Jun 2026 12:17:00 +0200,
Werner Sembach wrote:
> 
> Hi,
> 
> Am 20.05.26 um 07:53 schrieb Takashi Iwai:
> > On Tue, 19 May 2026 17:49:48 +0200,
> > Werner Sembach wrote:
> >> From: Aaron Erhardt <aer@tuxedocomputers.com>
> >> 
> >> Add a PCI quirk to reduce the volume of the internal microphone to prevent
> >> extremely noisy signal.
> >> 
> >> Signed-off-by: Aaron Erhardt <aer@tuxedocomputers.com>
> >> Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
> >> Cc: stable@vger.kernel.org
> > Applied now.  Thanks.
> 
> Quick question: To which branch exactly? I can't find it here:
> https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git/

Hm, it seems slipped into a crack by some reason.
I applied the patch now again to for-linus branch.
Thanks for noticing it.


Takashi

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

end of thread, other threads:[~2026-06-22 10:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-19 15:49 [PATCH v3] ALSA: hda/realtek: Fix noisy mic for Clevo V6xxAW Werner Sembach
2026-05-20  5:53 ` Takashi Iwai
2026-06-22 10:17   ` Werner Sembach
2026-06-22 10:55     ` 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.