diff options
author | Jeremy Soller <jeremy@system76.com> | 2023-11-27 19:42:38 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-12-01 15:12:58 +0100 |
commit | 19650c0f402f53abe48a55a1c49c8ed9576a088c (patch) | |
tree | 6ff8f076423e3aefff6bedf397dd5581922d4efe /sound | |
parent | ASoC: imx-rpmsg: SND_SOC_IMX_RPMSG should depend on OF and I2C (diff) | |
download | linux-19650c0f402f53abe48a55a1c49c8ed9576a088c.tar.xz linux-19650c0f402f53abe48a55a1c49c8ed9576a088c.zip |
ASoC: amd: yc: Add DMI entry to support System76 Pangolin 13
Add pang13 quirk to enable the internal microphone.
Signed-off-by: Jeremy Soller <jeremy@system76.com>
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Link: https://lore.kernel.org/r/20231127184237.32077-2-tcrawford@system76.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-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 e2a510443bf1..c425652b0fad 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -388,6 +388,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { DMI_MATCH(DMI_PRODUCT_VERSION, "pang12"), } }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "System76"), + DMI_MATCH(DMI_PRODUCT_VERSION, "pang13"), + } + }, {} }; |