Re: [PATCH] soundwire: dmi-quirks: Disable ghost device on Lenovo Yoga 9i
From: Vinod Koul
Date: Sat Jun 13 2026 - 14:16:06 EST
On 08-06-26, 17:02, Charles Keepax wrote:
> There is also a "non-pro" version of the Lenovo Yoga 9i (83SE) which
> also needs a quirk to disable a non-existent Realtek device. Add this
> missing quirk.
>
> Co-developed-by: Julian Haarmann <julian.haarmann@xxxxxxxxxxxxxxx>
Need sob by Julian.
- Co-developed-by: states that the patch was co-created by several developers;
it is a used to give attribution to co-authors (in addition to the author
attributed by the From: tag) when multiple people work on a single patch.
Every Co-developed-by: must be immediately followed by a Signed-off-by: of
the associated co-author.
> Signed-off-by: Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx>
> ---
> drivers/soundwire/dmi-quirks.c | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/drivers/soundwire/dmi-quirks.c b/drivers/soundwire/dmi-quirks.c
> index 32a46a2d90f7c..c7e50873c8739 100644
> --- a/drivers/soundwire/dmi-quirks.c
> +++ b/drivers/soundwire/dmi-quirks.c
> @@ -192,6 +192,13 @@ static const struct dmi_system_id adr_remap_quirk_table[] = {
> },
> .driver_data = (void *)ghost_realtek,
> },
> + {
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
> + DMI_MATCH(DMI_PRODUCT_NAME, "83SE"),
> + },
> + .driver_data = (void *)ghost_realtek,
> + },
> {
> .matches = {
> DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
> --
> 2.47.3
--
~Vinod