]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: Add quirk for Lecoo Bellator N176
authorMingyou Chen <qby140326@gmail.com>
Fri, 13 Feb 2026 05:59:04 +0000 (13:59 +0800)
committerMark Brown <broonie@kernel.org>
Sun, 22 Feb 2026 23:51:52 +0000 (23:51 +0000)
The Lecoo Bellator N176 requires a specific quirk to enable the DMIC
support.

Signed-off-by: Mingyou Chen <qby140326@gmail.com>
Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>
Link: https://patch.msgid.link/20260213055904.110256-4-qby140326@gmail.com
Reviewed-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/yc/acp6x-mach.c

index f1a63475100d1988374e9acfb10d8ad382cc87d5..9ddfd4e8360f19f9fba5f62b9c5c6e8a1ea909bd 100644 (file)
@@ -45,6 +45,13 @@ static struct snd_soc_card acp6x_card = {
 };
 
 static const struct dmi_system_id yc_acp_quirk_table[] = {
+       {
+               .driver_data = &acp6x_card,
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "Lecoo"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Bellator N176"),
+               }
+       },
        {
                .driver_data = &acp6x_card,
                .matches = {