lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 16 Dec 2022 15:09:08 +0000
From:   "Limonciello, Mario" <Mario.Limonciello@....com>
To:     Wim Van Boven <wimvanboven@...il.com>
CC:     Liam Girdwood <lgirdwood@...il.com>,
        Mark Brown <broonie@...nel.org>,
        Jaroslav Kysela <perex@...ex.cz>,
        Takashi Iwai <tiwai@...e.com>,
        "Saba Kareem, Syed" <Syed.SabaKareem@....com>,
        Leohearts <leohearts@...hearts.com>,
        Brent Mendelsohn <mendiebm@...il.com>,
        Xiaoyan Li <lxy.lixiaoyan@...il.com>,
        linkt <xazrael@...mail.com>,
        "alsa-devel@...a-project.org" <alsa-devel@...a-project.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] ASoC: amd: yc: Add Razer Blade 14 2022 into DMI table

[Public]



> -----Original Message-----
> From: Wim Van Boven <wimvanboven@...il.com>
> Sent: Friday, December 16, 2022 02:18
> Cc: wimvanboven@...il.com; Liam Girdwood <lgirdwood@...il.com>;
> Mark Brown <broonie@...nel.org>; Jaroslav Kysela <perex@...ex.cz>;
> Takashi Iwai <tiwai@...e.com>; Limonciello, Mario
> <Mario.Limonciello@....com>; Saba Kareem, Syed
> <Syed.SabaKareem@....com>; Leohearts <leohearts@...hearts.com>;
> Brent Mendelsohn <mendiebm@...il.com>; Xiaoyan Li
> <lxy.lixiaoyan@...il.com>; linkt <xazrael@...mail.com>; alsa-devel@...a-
> project.org; linux-kernel@...r.kernel.org
> Subject: [PATCH] ASoC: amd: yc: Add Razer Blade 14 2022 into DMI table
> 
> Razer Blade 14 (2022) - RZ09-0427 needs the quirk to enable the built in
> microphone
> 
> Signed-off-by: Wim Van Boven <wimvanboven@...il.com>

Thanks!

Link: https://bugzilla.kernel.org/show_bug.cgi?id=216801
Reviewed-by: Mario Limonciello <mario.limonciello@....com>

> ---
>  sound/soc/amd/yc/acp6x-mach.c | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-
> mach.c
> index 1f0b5527c594..469c5e79e0ea 100644
> --- a/sound/soc/amd/yc/acp6x-mach.c
> +++ b/sound/soc/amd/yc/acp6x-mach.c
> @@ -220,6 +220,13 @@ static const struct dmi_system_id
> yc_acp_quirk_table[] = {
>  			DMI_MATCH(DMI_PRODUCT_NAME, "Redmi Book
> Pro 14 2022"),
>  		}
>  	},
> +	{
> +		.driver_data = &acp6x_card,
> +		.matches = {
> +			DMI_MATCH(DMI_BOARD_VENDOR, "Razer"),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "Blade 14
> (2022) - RZ09-0427"),
> +		}
> +	},
>  	{}
>  };
> 
> --
> 2.38.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ