Skip to content

Commit c0196fa

Browse files
semihalf-jakiela-albertbroonie
authored andcommitted
ASoC: SOF: mediatek: Add missing board compatible
Add Google Dojo compatible. Signed-off-by: Albert Jakieła <[email protected]> Reviewed-by: Chen-Yu Tsai <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent b919a27 commit c0196fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sound/soc/sof/mediatek/mt8195/mt8195.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,9 @@ static struct snd_sof_of_mach sof_mt8195_machs[] = {
574574
{
575575
.compatible = "google,tomato",
576576
.sof_tplg_filename = "sof-mt8195-mt6359-rt1019-rt5682.tplg"
577+
}, {
578+
.compatible = "google,dojo",
579+
.sof_tplg_filename = "sof-mt8195-mt6359-max98390-rt5682.tplg"
577580
}, {
578581
.compatible = "mediatek,mt8195",
579582
.sof_tplg_filename = "sof-mt8195.tplg"

0 commit comments

Comments
 (0)