diff options
author | Rsplwe <i@rsplwe.com> | 2023-05-11 18:04:11 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-05-12 04:27:27 +0300 |
commit | deeb7855f5d7e21deef25c7fdbeb8512564bdea6 (patch) | |
tree | 6b96c5b3451cf708b31e59466eb51f6522b8ef5e /sound/soc/amd/yc | |
parent | 35bccf467cefc5ff9c71f10def6279bb974fcd99 (diff) | |
download | linux-deeb7855f5d7e21deef25c7fdbeb8512564bdea6.tar.xz |
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@rsplwe.com
Link: https://lore.kernel.org/r/tencent_3C6819728B6704C39A864762FB0BB77DF509@qq.com
Signed-off-by: Mark Brown <broonie@kernel.org
Diffstat (limited to 'sound/soc/amd/yc')
-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 0bc6e4066d0f..a134eba4d59a 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"), + } + }, {} }; |