Linux Sound subsystem development
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Kailang <kailang@realtek.com>
Cc: Takashi Iwai <tiwai@suse.de>,
	Dean Matthew Menezes <dean.menezes@utexas.edu>,
	"stable@vger.kernel.org" <stable@vger.kernel.org>,
	"regressions@lists.linux.dev" <regressions@lists.linux.dev>,
	Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
	Linux Sound System <linux-sound@vger.kernel.org>,
	Greg KH <gregkh@linuxfoundation.org>
Subject: Re: No sound on speakers X1 Carbon Gen 12
Date: Mon, 21 Oct 2024 10:56:49 +0200	[thread overview]
Message-ID: <87h6956dgu.wl-tiwai@suse.de> (raw)
In-Reply-To: <18d07dccef894f4cb87b78dd548c5bdd@realtek.com>

On Mon, 21 Oct 2024 10:38:48 +0200,
Kailang wrote:
> 
> But this platform need to assign model ALC287_FIXUP_LENOVO_THKPAD_WH_ALC1318.
> It has a chance to broken amp IC.

Yes, if X1 Carbon Gen 12 is indeed the targeted model of the fix, it
must be applied.  But we seem still missing some small piece...

> But I don't know why it doesn't have output from speaker.

The diff of COEF dump showed at NID 0x20:
(working)    Coeff 0x10: 0x8006
(broken)     Coeff 0x10: 0x8806
(working)    Coeff 0x46: 0x0004
(broken)     Coeff 0x46: 0x0404
It shouldn't be a problem to leave the bit 0x800 to COEF 0x10, I
suppose?

> Maybe could run hda_verb to get COEF value. To get NID 0x5A index 0 value.

Dean, please run hda-verb program (as root) like:
  hda-verb /dev/snd/hwC0D0 0x5a SET_COEF_INDEX 0x00
  hda-verb /dev/snd/hwC0D0 0x5a GET_PROC_COEF 0

and give the outputs on both working and non-working cases.

hda-verb should be included in alsa-utils.


Takashi

> 
> > -----Original Message-----
> > From: Takashi Iwai <tiwai@suse.de>
> > Sent: Monday, October 21, 2024 4:24 PM
> > To: Kailang <kailang@realtek.com>
> > Cc: Takashi Iwai <tiwai@suse.de>; Dean Matthew Menezes
> > <dean.menezes@utexas.edu>; stable@vger.kernel.org;
> > regressions@lists.linux.dev; Jaroslav Kysela <perex@perex.cz>; Takashi Iwai
> > <tiwai@suse.com>; Linux Sound System <linux-sound@vger.kernel.org>; Greg
> > KH <gregkh@linuxfoundation.org>
> > Subject: Re: No sound on speakers X1 Carbon Gen 12
> > 
> > 
> > External mail.
> > 
> > 
> > 
> > On Mon, 21 Oct 2024 10:19:53 +0200,
> > Kailang wrote:
> > >
> > > Change to below model.
> > > +     SND_PCI_QUIRK(0x17aa, 0x231e, "Thinkpad",
> > ALC287_FIXUP_THINKPAD_I2S_SPK),
> > > +     SND_PCI_QUIRK(0x17aa, 0x231f, "Thinkpad",
> > > + ALC287_FIXUP_THINKPAD_I2S_SPK),
> > >
> > > The speaker will have output. Right?
> > 
> > FWIW, that was what I asked in
> >   https://lore.kernel.org/87h697jl6c.wl-tiwai@suse.de
> > and Dean replied that the speaker worked with it.
> > (His reply missed Cc, so it didn't appear in the thread, unfortunately).
> > 
> > 
> > Takashi
> > 
> > > > -----Original Message-----
> > > > From: Takashi Iwai <tiwai@suse.de>
> > > > Sent: Monday, October 21, 2024 2:59 PM
> > > > To: Dean Matthew Menezes <dean.menezes@utexas.edu>
> > > > Cc: Takashi Iwai <tiwai@suse.de>; Kailang <kailang@realtek.com>;
> > > > stable@vger.kernel.org; regressions@lists.linux.dev; Jaroslav Kysela
> > > > <perex@perex.cz>; Takashi Iwai <tiwai@suse.com>; Linux Sound System
> > > > <linux-sound@vger.kernel.org>; Greg KH <gregkh@linuxfoundation.org>
> > > > Subject: Re: No sound on speakers X1 Carbon Gen 12
> > > >
> > > >
> > > > External mail.
> > > >
> > > >
> > > >
> > > > On Mon, 21 Oct 2024 03:30:13 +0200,
> > > > Dean Matthew Menezes wrote:
> > > > >
> > > > > I can confirm that the original fix does not bring back the
> > > > > speaker output.  I have attached both outputs for alsa-info.sh
> > > >
> > > > Thanks!  This confirms that the only significant difference is the
> > > > COEF data between working and patched-non-working cases.
> > > >
> > > > Kailang, I guess this model (X1 Carbon Gen 12) isn't with ALC1318,
> > > > hence your quirk rather influences badly.  Or may the GPIO3
> > > > workaround have the similar effect?
> > > >
> > > > As of now, the possible fix is to simply remove the quirk entries for
> > ALC1318.
> > > > But I'd need to know which model was targeted for your original fix
> > > > in commit
> > > > 1e707769df07 and whether the regressed model is with ALC1318.
> > > >
> > > >
> > > > Takashi

  reply	other threads:[~2024-10-21  8:55 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAEkK70Tke7UxMEEKgRLMntSYeMqiv0PC8st72VYnBVQD-KcqVw@mail.gmail.com>
     [not found] ` <2024101613-giggling-ceremony-aae7@gregkh>
2024-10-16  5:56   ` No sound on speakers X1 Carbon Gen 12 Linux regression tracking (Thorsten Leemhuis)
2024-10-16  9:21     ` Takashi Iwai
2024-10-16 21:18       ` Dean Matthew Menezes
2024-10-17  8:34         ` Takashi Iwai
2024-10-18 23:14           ` Dean Matthew Menezes
2024-10-19  8:12             ` Takashi Iwai
2024-10-19 23:11               ` Dean Matthew Menezes
2024-10-20  7:19                 ` Takashi Iwai
2024-10-20 14:54                   ` Dean Matthew Menezes
     [not found]                   ` <CAEkK70TWL_me58QZXeJSq+=Ry3jA+CgZJttsgAPz1wP7ywqj6A@mail.gmail.com>
2024-10-20 15:29                     ` Takashi Iwai
2024-10-20 15:33                       ` Takashi Iwai
2024-10-21  1:30                         ` Dean Matthew Menezes
2024-10-21  6:59                           ` Takashi Iwai
2024-10-21  7:56                             ` Kailang
2024-10-21  8:20                               ` Takashi Iwai
2024-10-21  8:19                             ` Kailang
2024-10-21  8:24                               ` Takashi Iwai
2024-10-21  8:38                                 ` Kailang
2024-10-21  8:56                                   ` Takashi Iwai [this message]
2024-10-21  8:59                                     ` Kailang
2024-10-25  1:22                                       ` Dean Matthew Menezes
2024-10-25  7:17                                         ` Takashi Iwai
2024-10-25  7:32                                           ` Kailang
2024-10-26  0:22                                           ` Dean Matthew Menezes
2024-11-08  2:58                                             ` Kailang
2024-11-11  6:57                                             ` Kailang
2024-11-12  3:17                                               ` Dean Matthew Menezes
2024-11-13  6:22                                                 ` Kailang
2024-11-13  6:43                                                   ` Takashi Iwai
2024-10-21  9:31                                     ` Kailang

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=87h6956dgu.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=dean.menezes@utexas.edu \
    --cc=gregkh@linuxfoundation.org \
    --cc=kailang@realtek.com \
    --cc=linux-sound@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=regressions@lists.linux.dev \
    --cc=stable@vger.kernel.org \
    --cc=tiwai@suse.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox