From nobody Tue Sep 16 21:46:54 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2CE22C4167B for ; Tue, 27 Dec 2022 22:50:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230246AbiL0WuF (ORCPT ); Tue, 27 Dec 2022 17:50:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41442 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229471AbiL0WuC (ORCPT ); Tue, 27 Dec 2022 17:50:02 -0500 Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D6B3F2644 for ; Tue, 27 Dec 2022 14:49:59 -0800 (PST) Received: (Authenticated sender: aniol@aniolmarti.cat) by mail.gandi.net (Postfix) with ESMTPSA id CB27520003; Tue, 27 Dec 2022 22:49:53 +0000 (UTC) From: =?UTF-8?q?Aniol=20Mart=C3=AD?= To: linux-kernel@vger.kernel.org, mario.limonciello@amd.com, broonie@kernel.org Cc: =?UTF-8?q?Aniol=20Mart=C3=AD?= Subject: [PATCH] ASoC: amd: yc: Add ASUS M5402RA into DMI table Date: Tue, 27 Dec 2022 23:49:32 +0100 Message-Id: <20221227224932.9771-1-aniol@aniolmarti.cat> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ASUS VivoBook 13 OLED (M5402RA) needs this quirk to get the built-in microp= hone working properly. Signed-off-by: Aniol Mart=C3=AD --- 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 1f0b5527c..1d4b1fa21 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -206,6 +206,13 @@ static const struct dmi_system_id yc_acp_quirk_table[]= =3D { DMI_MATCH(DMI_PRODUCT_NAME, "UM5302TA"), } }, + { + .driver_data =3D &acp6x_card, + .matches =3D { + DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."), + DMI_MATCH(DMI_PRODUCT_NAME, "M5402RA"), + } + }, { .driver_data =3D &acp6x_card, .matches =3D { --=20 2.39.0