All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kailang <kailang@realtek.com>
To: Takashi Iwai <tiwai@suse.de>, Mike Karcic <mikekarcic@protonmail.com>
Cc: Sean Rhodes <sean@starlabs.systems>,
	"stable@vger.kernel.org" <stable@vger.kernel.org>,
	"regressions@lists.linux.dev" <regressions@lists.linux.dev>,
	"linux-sound@vger.kernel.org" <linux-sound@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: RE: [REGRESSION] Speaker pop/chirp on Meteor Lake ALC287 (17aa:231e) -- 6.12.73 to 6.12.85
Date: Tue, 2 Jun 2026 06:14:14 +0000	[thread overview]
Message-ID: <833d600fdebd4aaeab6706185ce854e6@realtek.com> (raw)
In-Reply-To: <87cxyfs2vm.wl-tiwai@suse.de>


There were the same SSID for two different symptoms.
But this project was from 2025. This machine maybe didn't in our site.

-----Original Message-----
From: Takashi Iwai <tiwai@suse.de> 
Sent: Friday, May 29, 2026 4:20 AM
To: Mike Karcic <mikekarcic@protonmail.com>
Cc: Kailang <kailang@realtek.com>; Takashi Iwai <tiwai@suse.de>; Sean Rhodes <sean@starlabs.systems>; stable@vger.kernel.org; regressions@lists.linux.dev; linux-sound@vger.kernel.org; linux-kernel@vger.kernel.org
Subject: Re: [REGRESSION] Speaker pop/chirp on Meteor Lake ALC287 (17aa:231e) -- 6.12.73 to 6.12.85


External mail : This email originated from outside the organization. Do not reply, click links, or open attachments unless you recognize the sender and know the content is safe.



On Thu, 28 May 2026 20:27:30 +0200,
Mike Karcic wrote:
>
> Yes, I can confirm the patched kernel is running, and commenting out that line fixes the problem completely.
>
> Below is output with the added debug lines as requested:
>
> $ uname -r
> 6.12.90-debug-no-discoefs
>
> $ sudo dmesg | grep -i "alc287_alc1318"
> [  453.823528] snd_hda_codec_realtek ehdaudio0D0: 
> alc287_alc1318_playback_pcm_hook called action=0 [  453.871577] 
> snd_hda_codec_realtek ehdaudio0D0: alc287_alc1318_playback_pcm_hook 
> called action=1 [  459.605379] snd_hda_codec_realtek ehdaudio0D0: 
> alc287_alc1318_playback_pcm_hook called action=2 [  459.605497] 
> snd_hda_codec_realtek ehdaudio0D0: alc287_alc1318_playback_pcm_hook 
> called action=3
>
> $ grep -n -A5 -B2 "alc_process_coef_fw.*dis_coefs" sound/pci/hda/patch_realtek.c
> 7918-           return;
> 7919-   alc_update_coef_idx(codec, 0x10, 1<<11, 1<<11);
> 7920:   /* alc_process_coef_fw(codec, dis_coefs); */ /* commented out for testing */
> 7921-   alc_process_coef_fw(codec, coefs);
> 7922-   spec->power_hook = alc287_s4_power_gpio3_default;
> 7923-   spec->gen.pcm_playback_hook = alc287_alc1318_playback_pcm_hook;
> 7924-}

Hm, then the previous fix doesn't seem working, obviously.
Kailang, could you check this in your side?

Maybe we should apply the AMP-silence-detection disablement conditionally to certain models?


thanks,

Takashi

>
>
>
> Sent with Proton Mail secure email.
>
> On Thursday, May 28th, 2026 at 10:07 AM, Takashi Iwai <tiwai@suse.de> wrote:
>
> > On Thu, 28 May 2026 15:38:54 +0200,
> > Mike Karcic wrote:
> > >
> > > I did test 46c862f5419e on 6.12.90. Chirp still present.
> > >
> > > I'm also on a ThinkPad X1 Carbon Gen 12 with ALC287 (17aa:231e), 
> > > same as the original reporter. The fix resolved it for them but 
> > > not for me.
> > >
> > > Only a full revert of 630fbc6e870e resolves the issue.
> > >
> > > Verification on the running kernel:
> > >
> > >   $ grep -c "dis_coefs" sound/pci/hda/patch_realtek.c
> > >   2
> > >
> > >   $ grep -c "en_coefs" sound/pci/hda/patch_realtek.c
> > >   0
> > >
> > >   $ sed -n '/alc287_alc1318_playback_pcm_hook/,/^}/p' sound/pci/hda/patch_realtek.c
> > >   static void alc287_alc1318_playback_pcm_hook(struct hda_pcm_stream *hinfo,
> > >                                      struct hda_codec *codec,
> > >                                      struct snd_pcm_substream *substream,
> > >                                      int action)
> > >   {
> > >           switch (action) {
> > >           case HDA_GEN_PCM_ACT_OPEN:
> > >                   alc_write_coefex_idx(codec, 0x5a, 0x00, 0x954f);
> > >                   break;
> > >           case HDA_GEN_PCM_ACT_CLOSE:
> > >                   alc_write_coefex_idx(codec, 0x5a, 0x00, 0x554f);
> > >                   break;
> > >           }
> > >   }
> > >
> > > Happy to test further patches.
> >
> > Just to be sure, could you verify that you've tested really the 
> > patched kernel, e.g. by adding a debug print, etc?
> > If yes and the problem is seen even with the patch, try to comment out
> >   alc_process_coef_fw(codec, dis_coefs); and confirm that this fixes 
> > the problem.
> >
> >
> > Takashi
> >

  reply	other threads:[~2026-06-02  6:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-27 14:25 [REGRESSION] Speaker pop/chirp on Meteor Lake ALC287 (17aa:231e) -- 6.12.73 to 6.12.85 Mike Karcic
2026-05-27 19:43 ` Sean Rhodes
2026-05-27 23:18   ` Mike Karcic
2026-05-28  6:08     ` Takashi Iwai
2026-05-28 13:38       ` Mike Karcic
2026-05-28 14:07         ` Takashi Iwai
2026-05-28 18:27           ` Mike Karcic
2026-05-28 20:19             ` Takashi Iwai
2026-06-02  6:14               ` Kailang [this message]
2026-06-02 17:45                 ` Takashi Iwai
2026-06-05  7:02                   ` Kailang
2026-06-05  7:14                     ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2026-05-27 14:21 Mike Karcic

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=833d600fdebd4aaeab6706185ce854e6@realtek.com \
    --to=kailang@realtek.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=mikekarcic@protonmail.com \
    --cc=regressions@lists.linux.dev \
    --cc=sean@starlabs.systems \
    --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.