From: Takashi Iwai <tiwai@suse.de>
To: "C.D. MacEachern" <craig.daniel.maceachern@gmail.com>
Cc: Takashi Iwai <tiwai@suse.de>,
Salvatore Bonaccorso <carnil@debian.org>,
1100928@bugs.debian.org, Kuan-Wei Chiu <visitorckw@gmail.com>,
linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org,
regressions@lists.linux.dev
Subject: Re: Bug#1100928: [regression 6.1.y] microphone no longer records (on VivoBook_ASUSLaptop TP401MARB_J401MA)
Date: Wed, 02 Apr 2025 09:39:29 +0200 [thread overview]
Message-ID: <878qojypu6.wl-tiwai@suse.de> (raw)
In-Reply-To: <CAJ8x=4ibzvVxxv7FzswtwTcYT73XaDOUr7gHWMcdxB+j8+zyyw@mail.gmail.com>
On Tue, 01 Apr 2025 20:21:49 +0200,
C.D. MacEachern wrote:
>
>
> Logs attached.
Thanks. Below is the fix patch.
You can get the same effect by passing model=1043:1271 to
snd-hda-intel module, too, e.g. boot with
snd_hda_intel.model=1043:1271
boot option.
Takashi
-- 8< --
From: Takashi Iwai <tiwai@suse.de>
Subject: [PATCH] ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook model
There is another VivoBook model which built-in mic got broken recently
by the fix of the pin sort. Apply the correct quirk
ALC256_FIXUP_ASUS_MIC_NO_PRESENCE to this model for addressing the
regression, too.
Fixes: 3b4309546b48 ("ALSA: hda: Fix headset detection failure due to unstable sort")
Closes: https://lore.kernel.org/Z95s5T6OXFPjRnKf@eldamar.lan
Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
sound/pci/hda/patch_realtek.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index eec3ea1a7e08..79004bc8107b 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10889,6 +10889,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x1043, 0x1c43, "ASUS UX8406MA", ALC245_FIXUP_CS35L41_SPI_2),
SND_PCI_QUIRK(0x1043, 0x1c62, "ASUS GU603", ALC289_FIXUP_ASUS_GA401),
SND_PCI_QUIRK(0x1043, 0x1c63, "ASUS GU605M", ALC285_FIXUP_ASUS_GU605_SPI_SPEAKER2_TO_DAC1),
+ SND_PCI_QUIRK(0x1043, 0x1c80, "ASUS VivoBook TP401", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE),
SND_PCI_QUIRK(0x1043, 0x1c92, "ASUS ROG Strix G15", ALC285_FIXUP_ASUS_G533Z_PINS),
SND_PCI_QUIRK(0x1043, 0x1c9f, "ASUS G614JU/JV/JI", ALC285_FIXUP_ASUS_HEADSET_MIC),
SND_PCI_QUIRK(0x1043, 0x1caf, "ASUS G634JY/JZ/JI/JG", ALC285_FIXUP_ASUS_SPI_REAR_SPEAKERS),
--
2.49.0
next prev parent reply other threads:[~2025-04-02 7:39 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <174248253267.1718.4037292692790831697.reportbug@x>
2025-03-22 7:55 ` [regression 6.1.y] microphone no longer records (on VivoBook_ASUSLaptop TP401MARB_J401MA) Salvatore Bonaccorso
2025-03-25 20:06 ` Bug#1100928: " Salvatore Bonaccorso
2025-03-25 21:02 ` Salvatore Bonaccorso
2025-03-26 6:50 ` Takashi Iwai
[not found] ` <CAJ8x=4jNhsjw_s-p5FXBk9WScPHEdUMZ0tXnhCiya8fCf_PH7w@mail.gmail.com>
2025-03-28 23:16 ` Salvatore Bonaccorso
2025-03-29 12:06 ` Takashi Iwai
2025-04-01 18:21 ` C.D. MacEachern
2025-04-02 7:39 ` Takashi Iwai [this message]
[not found] ` <CAJ8x=4gN1fH6chp4C3jX1OXq2-JhbP5yUzLbqvWrAJ-u=+VNhw@mail.gmail.com>
2025-04-04 6:54 ` Takashi Iwai
2025-04-04 19:23 ` Salvatore Bonaccorso
[not found] ` <CAJ8x=4gQQeh+yuUrBDT3P_ZkWRT+7pPujq-ZF6Fcao0V7kohFw@mail.gmail.com>
2025-04-05 6:28 ` Salvatore Bonaccorso
[not found] ` <CAJ8x=4hmi0Afneepe15Ef-kzVZO+uyw5Row+Cooob_QR=DpwQg@mail.gmail.com>
2025-04-05 14:24 ` Salvatore Bonaccorso
2025-04-05 19:20 ` Takashi Iwai
2025-04-09 17:14 ` Salvatore Bonaccorso
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=878qojypu6.wl-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=1100928@bugs.debian.org \
--cc=carnil@debian.org \
--cc=craig.daniel.maceachern@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=regressions@lists.linux.dev \
--cc=visitorckw@gmail.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