From: Markus Meier <kerneldev@epic-bytes.net>
To: Markus Meier <kerneldev@epic-bytes.net>,
alsa-devel@alsa-project.org,
Linux regressions mailing list <regressions@lists.linux.dev>
Cc: Linux kernel regressions list <regressions@lists.linux.dev>,
LKML <linux-kernel@vger.kernel.org>,
Mario Limonciello <mario.limonciello@amd.com>,
Mark Brown <broonie@kernel.org>,
Sven Frotscher <sven.frotscher@gmail.com>,
August Wikerfors <git@augustwikerfors.se>
Subject: Re: [PATCH] ASoC: amd: yc: Fix non-functional mic on Lenovo Yoga Slim 7 Pro 14ARH7 82UU
Date: Tue, 03 Oct 2023 17:04:25 +0200 [thread overview]
Message-ID: <4836369.GXAFRqVoOG@mobile> (raw)
In-Reply-To: <aa54a70c-e7fc-4ca2-9a4d-425675ed0be3@leemhuis.info>
[-- Attachment #1: Type: text/plain, Size: 3027 bytes --]
Am Dienstag, 3. Oktober 2023, 12:24:56 CEST schrieben Sie:
> On 02.10.23 23:04, Markus Meier wrote:
> > I own a Lenovo Yoga Slim 7 Pro 14ARH7 where the microphone is not showing
> > up. I added the system to the quirk table and the mic is working
> > correctly (but with very low volume) now.
> >
> > Here's an except from dmidecode:
> > System Information
> >
> > Manufacturer: LENOVO
> > Product Name: 82UU
> > Version: Yoga Slim 7 Pro 14ARH7
> > SKU Number: LENOVO_MT_82UU_BU_idea_FM_Yoga Slim 7 Pro 14ARH7
> > Family: Yoga Slim 7 Pro 14ARH7
> >
> > Please add this patch to the kernel and add it to the stable kernels too.
> > I
> > guess the microphone should have worked before. Seems to be a regression
> > introduced by c008323fe361bd62a43d9fb29737dacd5c067fb7
> >
> > [-- Attachment #2: yoga-slim-7-pro-82UU-microphone.patch --]
> > [-- Type: text/x-patch, Size: 451 bytes --]
> >
> > --- a/sound/soc/amd/yc/acp6x-mach.c 2023-09-29 19:31:03.753786095
+0200
> > +++ b/sound/soc/amd/yc/acp6x-mach.c 2023-09-29 19:32:06.414276453
+0200
> > @@ -217,6 +217,13 @@
> >
> > .driver_data = &acp6x_card,
> > .matches = {
> >
> > DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
> >
> > + DMI_MATCH(DMI_PRODUCT_NAME, "82UU"),
> > + }
> > + },
> > + {
> > + .driver_data = &acp6x_card,
> > + .matches = {
> > + DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
> >
> > DMI_MATCH(DMI_PRODUCT_NAME, "82V2"),
> >
> > }
> >
> > },
>
> I CCed a bunch of lists and people to make sure everyone is aware of
> that patch, as it otherwise might fall through the cracks.
>
> Markus, quick question: do you have (a) an interest in contributing a
> change to Linux or (b) did you just post this because Mario asked you to
> do so in https://bugzilla.kernel.org/show_bug.cgi?id=217063#c25 ?
Nope I don't plan to become some kind of kernel developer. I just want to use
my notebook without any issues and want to help others who want to use this
device with Linux too. I just followed Mario's suggestions. I thought it would
be easier for everyone when I create a patch, try if it works and then submit
it to a bugtracker to get the bug fixed.
> If it's (a) then you might want to take a closer look at
> https://www.kernel.org/doc/html/latest/process/submitting-patches.html
> , as your patch lacks a few important things before it can be applied
> (most notably a Signed-off-by tag)
>
> If it's (b) I wonder if it would be easier for everyone involved if some
> kernel developer could create a patch own their own, as that likely is
> way easier to review and thus likely gets the problem resolved a lot faster.
Please feel free to create a patch based on mine, when it's easier and faster
that way. I don't really care as long as the microphone is working in one of
the next kernel releases.
Thanks for your help Thorsten. I really enjoyed your Heise Kernel-Log series
and I really miss those series. Was always a pleasure to read that.
Kind regards
Markus
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2023-10-03 15:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-02 21:04 [PATCH] ASoC: amd: yc: Fix non-functional mic on Lenovo Yoga Slim 7 Pro 14ARH7 82UU Markus Meier
2023-10-03 9:39 ` August Wikerfors
2023-10-03 10:24 ` Linux regression tracking (Thorsten Leemhuis)
2023-10-03 15:04 ` Markus Meier [this message]
2023-10-06 11:59 ` Linux regression tracking (Thorsten Leemhuis)
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=4836369.GXAFRqVoOG@mobile \
--to=kerneldev@epic-bytes.net \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=git@augustwikerfors.se \
--cc=linux-kernel@vger.kernel.org \
--cc=mario.limonciello@amd.com \
--cc=regressions@lists.linux.dev \
--cc=sven.frotscher@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;
as well as URLs for NNTP newsgroup(s).