From: Kailang <kailang@realtek.com>
To: Takashi Iwai <tiwai@suse.de>, Evgeny Kapun <abacabadabacaba@gmail.com>
Cc: Linux Sound Mailing List <linux-sound@vger.kernel.org>,
"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
Linux Regressions Mailing List <regressions@lists.linux.dev>,
Linux Stable Mailing List <stable@vger.kernel.org>,
" (alsa-devel@alsa-project.org)" <alsa-devel@alsa-project.org>
Subject: RE: [REGRESSION] Distorted sound on Acer Aspire A115-31 laptop
Date: Fri, 17 Jan 2025 07:48:46 +0000 [thread overview]
Message-ID: <0a89b6c18ed94378a105fa61e9f290e4@realtek.com> (raw)
In-Reply-To: <87a5bqj0mb.wl-tiwai@suse.de>
[-- Attachment #1: Type: text/plain, Size: 1038 bytes --]
Attached.
> -----Original Message-----
> From: Takashi Iwai <tiwai@suse.de>
> Sent: Thursday, January 16, 2025 10:27 PM
> To: Evgeny Kapun <abacabadabacaba@gmail.com>
> Cc: Kailang <kailang@realtek.com>; Takashi Iwai <tiwai@suse.de>; Linux
> Sound Mailing List <linux-sound@vger.kernel.org>; Linux Kernel Mailing List
> <linux-kernel@vger.kernel.org>; Linux Regressions Mailing List
> <regressions@lists.linux.dev>; Linux Stable Mailing List
> <stable@vger.kernel.org>
> Subject: Re: [REGRESSION] Distorted sound on Acer Aspire A115-31 laptop
>
>
> External mail.
>
>
>
> On Sat, 11 Jan 2025 16:00:33 +0100,
> Evgeny Kapun wrote:
> >
> > On 12/24/24 04:54, Kailang wrote:
> > > Please test attach patch.
> >
> > This patch, when applied to kernel version 6.12.8, appears to fix the
> > issue. There are no distortions, and the left and the right channel
> > can be controlled independently.
>
> Good to hear.
>
> Kailang, care to submit a proper patch for merging?
>
>
> thanks,
>
> Takashi
[-- Attachment #2: 0000-acer-a115.patch --]
[-- Type: application/octet-stream, Size: 1342 bytes --]
From 6a262efe93eaa2466f3d4d10344ee55ce26256c2 Mon Sep 17 00:00:00 2001
From: Kailang Yang <kailang@realtek.com>
Date: Mon, 30 Dec 2024 14:44:01 +0800
Subject: [PATCH] ALSA: hda/realtek - Fixed headphone distorted sound on Acer Aspire A115-31 laptop
Sound played through headphones is distorted.
Link: https://lore.kernel.org/linux-sound/e142749b-7714-4733-9452-918fbe328c8f@gmail.com/
Signed-off-by: Kailang Yang <kailang@realtek.com>
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 61ba5dc35b8b..2934799b6e07 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10158,6 +10158,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x1025, 0x1308, "Acer Aspire Z24-890", ALC286_FIXUP_ACER_AIO_HEADSET_MIC),
SND_PCI_QUIRK(0x1025, 0x132a, "Acer TravelMate B114-21", ALC233_FIXUP_ACER_HEADSET_MIC),
SND_PCI_QUIRK(0x1025, 0x1330, "Acer TravelMate X514-51T", ALC255_FIXUP_ACER_HEADSET_MIC),
+ SND_PCI_QUIRK(0x1025, 0x1360, "Acer Aspire A115", ALC255_FIXUP_ACER_MIC_NO_PRESENCE),
SND_PCI_QUIRK(0x1025, 0x141f, "Acer Spin SP513-54N", ALC255_FIXUP_ACER_MIC_NO_PRESENCE),
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),
next prev parent reply other threads:[~2025-01-17 7:49 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-15 13:06 [REGRESSION] Distorted sound on Acer Aspire A115-31 laptop Evgeny Kapun
2024-12-16 2:07 ` Kailang
2024-12-18 20:33 ` Evgeny Kapun
2024-12-19 2:05 ` Kailang
2024-12-22 7:26 ` Evgeny Kapun
2024-12-19 3:19 ` Kailang
2024-12-16 9:35 ` Kailang
2024-12-19 16:38 ` Takashi Iwai
2024-12-22 7:37 ` Evgeny Kapun
2024-12-22 8:27 ` Takashi Iwai
2024-12-23 13:29 ` Evgeny Kapun
2024-12-24 2:54 ` Kailang
2025-01-11 15:00 ` Evgeny Kapun
2025-01-16 14:26 ` Takashi Iwai
2025-01-17 7:48 ` Kailang [this message]
2025-01-17 10:06 ` Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0a89b6c18ed94378a105fa61e9f290e4@realtek.com \
--to=kailang@realtek.com \
--cc=abacabadabacaba@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=regressions@lists.linux.dev \
--cc=stable@vger.kernel.org \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.