diff options
author | Albert Jakieła <jakiela@google.com> | 2024-08-09 16:56:27 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-08-13 17:46:29 +0300 |
commit | c0196faaa927321a63e680427e075734ee656e42 (patch) | |
tree | 76a0744fac4a8a83ad0812349831544e2f61fed5 /sound | |
parent | b919a27fab37e108164d657ac6e77bf870bf95e6 (diff) | |
download | linux-c0196faaa927321a63e680427e075734ee656e42.tar.xz |
ASoC: SOF: mediatek: Add missing board compatible
Add Google Dojo compatible.
Signed-off-by: Albert Jakieła <jakiela@google.com>
Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
Link: https://patch.msgid.link/20240809135627.544429-1-jakiela@google.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/sof/mediatek/mt8195/mt8195.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/sof/mediatek/mt8195/mt8195.c b/sound/soc/sof/mediatek/mt8195/mt8195.c index 1c6e035fd313..82d221f53a46 100644 --- a/sound/soc/sof/mediatek/mt8195/mt8195.c +++ b/sound/soc/sof/mediatek/mt8195/mt8195.c @@ -575,6 +575,9 @@ static struct snd_sof_of_mach sof_mt8195_machs[] = { .compatible = "google,tomato", .sof_tplg_filename = "sof-mt8195-mt6359-rt1019-rt5682.tplg" }, { + .compatible = "google,dojo", + .sof_tplg_filename = "sof-mt8195-mt6359-max98390-rt5682.tplg" + }, { .compatible = "mediatek,mt8195", .sof_tplg_filename = "sof-mt8195.tplg" }, { |