From: Takashi Iwai <tiwai@suse.de>
To: Dean Matthew Menezes <dean.menezes@utexas.edu>
Cc: Takashi Iwai <tiwai@suse.de>,
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
Date: Sun, 20 Oct 2024 09:19:39 +0200 [thread overview]
Message-ID: <87h697jl6c.wl-tiwai@suse.de> (raw)
In-Reply-To: <CAEkK70RAWRjRp6_=bSrecSXXMfnepC2P2YriaHUqicv5x5wJWw@mail.gmail.com>
On Sun, 20 Oct 2024 01:11:39 +0200,
Dean Matthew Menezes wrote:
>
> With the patch I get this alsa-info.sh
The status looks OK; at least the DAC assignment is identical with the
working case with 6.8 kernel. But I noticed that your device doesn't
seem needing the I2S amp, judging from the module list. Please give
the dmesg outputs from both working and non-working cases, as
requested earlier, for further analysis, too.
Then check the following change instead of the previous one:
-- 8< --
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10754,8 +10754,8 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x17aa, 0x2318, "Thinkpad Z13 Gen2", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD),
SND_PCI_QUIRK(0x17aa, 0x2319, "Thinkpad Z16 Gen2", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD),
SND_PCI_QUIRK(0x17aa, 0x231a, "Thinkpad Z16 Gen2", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD),
- SND_PCI_QUIRK(0x17aa, 0x231e, "Thinkpad", ALC287_FIXUP_LENOVO_THKPAD_WH_ALC1318),
- SND_PCI_QUIRK(0x17aa, 0x231f, "Thinkpad", ALC287_FIXUP_LENOVO_THKPAD_WH_ALC1318),
+ SND_PCI_QUIRK(0x17aa, 0x231e, "Thinkpad", ALC287_FIXUP_THINKPAD_I2S_SPK),
+ SND_PCI_QUIRK(0x17aa, 0x231f, "Thinkpad", ALC287_FIXUP_THINKPAD_I2S_SPK),
SND_PCI_QUIRK(0x17aa, 0x2326, "Hera2", ALC287_FIXUP_TAS2781_I2C),
SND_PCI_QUIRK(0x17aa, 0x30bb, "ThinkCentre AIO", ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY),
SND_PCI_QUIRK(0x17aa, 0x30e2, "ThinkCentre AIO", ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY),
-- 8< --
If this doesn't work, let's try to get rid of those entries, instead:
-- 8< --
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10754,8 +10754,8 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x17aa, 0x2318, "Thinkpad Z13 Gen2", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD),
SND_PCI_QUIRK(0x17aa, 0x2319, "Thinkpad Z16 Gen2", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD),
SND_PCI_QUIRK(0x17aa, 0x231a, "Thinkpad Z16 Gen2", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD),
- SND_PCI_QUIRK(0x17aa, 0x231e, "Thinkpad", ALC287_FIXUP_LENOVO_THKPAD_WH_ALC1318),
- SND_PCI_QUIRK(0x17aa, 0x231f, "Thinkpad", ALC287_FIXUP_LENOVO_THKPAD_WH_ALC1318),
+// SND_PCI_QUIRK(0x17aa, 0x231e, "Thinkpad", ALC287_FIXUP_LENOVO_THKPAD_WH_ALC1318),
+// SND_PCI_QUIRK(0x17aa, 0x231f, "Thinkpad", ALC287_FIXUP_LENOVO_THKPAD_WH_ALC1318),
SND_PCI_QUIRK(0x17aa, 0x2326, "Hera2", ALC287_FIXUP_TAS2781_I2C),
SND_PCI_QUIRK(0x17aa, 0x30bb, "ThinkCentre AIO", ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY),
SND_PCI_QUIRK(0x17aa, 0x30e2, "ThinkCentre AIO", ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY),
-- 8< --
If neither of the above brings back the sound, I must have looked at a
wrong place.
thanks,
Takashi
next prev parent reply other threads:[~2024-10-20 7:18 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-16 0:47 No sound on speakers X1 Carbon Gen 12 Dean Matthew Menezes
2024-10-16 5:42 ` Greg KH
2024-10-16 5:56 ` 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 [this message]
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
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=87h697jl6c.wl-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=dean.menezes@utexas.edu \
--cc=gregkh@linuxfoundation.org \
--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 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.