* Lenovo ThinkCentre M70q pop noise
@ 2023-09-15 7:16 Kailang
2023-09-15 8:30 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Kailang @ 2023-09-15 7:16 UTC (permalink / raw)
To: Takashi Iwai (tiwai@suse.de); +Cc: (alsa-devel@alsa-project.org)
[-- Attachment #1: Type: text/plain, Size: 82 bytes --]
Hi Takashi,
Attach was a patch for solving boot up pop noise.
BR,
Kailang
[-- Attachment #2: 0000-dis-power-save.patch --]
[-- Type: application/octet-stream, Size: 1043 bytes --]
From 88018d11b54f53ab64b979584ca4b9fcb46b6e46 Mon Sep 17 00:00:00 2001
From: Kailang Yang <kailang@realtek.com>
Date: Thu, 7 Sep 2023 15:24:34 +0800
Subject: [PATCH] ALSA: hda/realtek - Disable power save for solving pop issue
Lenovo ThinkCentre M70q had boot up pop noise.
Disable power save will solve pop issue.
Signed-off-by: Kailang Yang <kailang@realtek.com>
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 765d95e79861..c075a2d9f1fa 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2211,6 +2211,7 @@ static const struct snd_pci_quirk power_save_denylist[] = {
SND_PCI_QUIRK(0x8086, 0x2068, "Intel NUC7i3BNB", 0),
/* https://bugzilla.kernel.org/show_bug.cgi?id=198611 */
SND_PCI_QUIRK(0x17aa, 0x2227, "Lenovo X1 Carbon 3rd Gen", 0),
+ SND_PCI_QUIRK(0x17aa, 0x316e, "Lenovo ThinkCentre M70q", 0),
/* https://bugzilla.redhat.com/show_bug.cgi?id=1689623 */
SND_PCI_QUIRK(0x17aa, 0x367b, "Lenovo IdeaCentre B550", 0),
/* https://bugzilla.redhat.com/show_bug.cgi?id=1572975 */
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: Lenovo ThinkCentre M70q pop noise
2023-09-15 7:16 Lenovo ThinkCentre M70q pop noise Kailang
@ 2023-09-15 8:30 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2023-09-15 8:30 UTC (permalink / raw)
To: Kailang; +Cc: (alsa-devel@alsa-project.org)
On Fri, 15 Sep 2023 09:16:43 +0200,
Kailang wrote:
>
> Hi Takashi,
>
> Attach was a patch for solving boot up pop noise.
Thanks, applied with a slight correction of the patch subject.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-15 8:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-15 7:16 Lenovo ThinkCentre M70q pop noise Kailang
2023-09-15 8: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.