diff options
| author | Mingyou Chen <qby140326@gmail.com> | 2026-02-13 13:59:04 +0800 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-02-22 23:51:52 +0000 |
| commit | 78dfbd4ad0be9f51de7b9a19388809254aeccd26 (patch) | |
| tree | 51850a6e6eb9cd9a835d64f523e52359a45fcaa8 /sound/soc/amd | |
| parent | d3fbf61317f6ec99398661b95d1046008ee61282 (diff) | |
| download | linux-next-78dfbd4ad0be9f51de7b9a19388809254aeccd26.tar.gz linux-next-78dfbd4ad0be9f51de7b9a19388809254aeccd26.zip | |
ASoC: Add quirk for Lecoo Bellator N176
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>
Diffstat (limited to 'sound/soc/amd')
| -rw-r--r-- | sound/soc/amd/yc/acp6x-mach.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c index f1a63475100d..9ddfd4e8360f 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -48,6 +48,13 @@ 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 = { DMI_MATCH(DMI_BOARD_VENDOR, "Dell Inc."), DMI_MATCH(DMI_PRODUCT_NAME, "Dell G15 5525"), } |
