2022-09-20 20:26:16

by Mario Limonciello

[permalink] [raw]
Subject: [PATCH v2 1/2] ASoC: amd: yc: Add ASUS UM5302TA into DMI table

From: Xiaoyan Li <[email protected]>

ASUS Zenbook S 13 OLED (UM5302TA) needs this quirk to get the built-in
microphone working properly.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=216270
Signed-off-by: Xiaoyan Li <[email protected]>
Suggested-by: Mario Limonciello <[email protected]>
Reviewed-by: Mario Limonciello <[email protected]>
---
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 e0b24e1daef3..5eab3baf3573 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -171,6 +171,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "21J6"),
}
},
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "UM5302TA"),
+ }
+ },
{}
};

--
2.34.1


2022-09-20 20:57:57

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH v2 1/2] ASoC: amd: yc: Add ASUS UM5302TA into DMI table

On Tue, Sep 20, 2022 at 02:46:20PM -0500, Mario Limonciello wrote:

>
> Link: https://bugzilla.kernel.org/show_bug.cgi?id=216270
> Signed-off-by: Xiaoyan Li <[email protected]>
> Suggested-by: Mario Limonciello <[email protected]>
> Reviewed-by: Mario Limonciello <[email protected]>
> ---

You've not provided a Signed-off-by for this so I can't do anything with
it, please see Documentation/process/submitting-patches.rst for details
on what this is and why it's important.


Attachments:
(No filename) (511.00 B)
signature.asc (499.00 B)
Download all attachments