[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <tencent_3C6819728B6704C39A864762FB0BB77DF509@qq.com>
Date: Thu, 11 May 2023 23:04:11 +0800
From: Rsplwe <i@...lwe.com>
To: broonie@...nel.org, lgirdwood@...il.com, perex@...ex.cz,
tiwai@...e.com
Cc: linux-kernel@...r.kernel.org, Rsplwe <i@...lwe.com>
Subject: [PATCH] ASoC: amd: yc: Add MECHREVO Jiaolong Series MRID6 into DMI table
This model requires an additional detection quirk to enable the internal microphone.
Signed-off-by: Rsplwe <i@...lwe.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 0bc6e4066..a134eba4d 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -311,6 +311,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
DMI_MATCH(DMI_BOARD_NAME, "8A22"),
}
},
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "MECHREVO"),
+ DMI_MATCH(DMI_BOARD_NAME, "MRID6"),
+ }
+ },
{}
};
--
2.40.1
Powered by blists - more mailing lists