From: Albert Jakieła Date: Fri, 9 Aug 2024 13:56:27 +0000 (+0000) Subject: ASoC: SOF: mediatek: Add missing board compatible X-Git-Tag: v6.11-rc6~34^2~3^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0196faaa927321a63e680427e075734ee656e42;p=thirdparty%2Flinux.git ASoC: SOF: mediatek: Add missing board compatible Add Google Dojo compatible. Signed-off-by: Albert Jakieła Reviewed-by: Chen-Yu Tsai Link: https://patch.msgid.link/20240809135627.544429-1-jakiela@google.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/sof/mediatek/mt8195/mt8195.c b/sound/soc/sof/mediatek/mt8195/mt8195.c index 1c6e035fd313f..82d221f53a461 100644 --- a/sound/soc/sof/mediatek/mt8195/mt8195.c +++ b/sound/soc/sof/mediatek/mt8195/mt8195.c @@ -574,6 +574,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"