[+Cc Mark, Mario, regressions]
Hi Markus,
On 2023-10-02 23:04, Markus Meier wrote:
Hi,
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
Please read [1] for how to properly format and submit kernel patches. In particular your patch is missing a "Signed-off-by:" line and it should ideally be sent inline instead of as an attachment (it is strongly recommended to use git send-email for this, see [2] for a tutorial on how to set up and use it).
Also, since this fixes a regression caused by a commit that has been backported to stable, see below for "Cc:" and "Fixes:" tags that should be added above "Signed-off-by:" to ensure the fix also gets backported in a timely manner [3].
and add it to the stable kernels too. I
Cc: stable@vger.kernel.org
guess the microphone should have worked before. Seems to be a regression introduced by c008323fe361bd62a43d9fb29737dacd5c067fb7
Fixes: c008323fe361 ("ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJ")
[1] https://www.kernel.org/doc/html/latest/process/submitting-patches.html [2] https://git-send-email.io/ [3] https://www.kernel.org/doc/html/latest/process/handling-regressions.html#wha...
Regards, August Wikerfors