]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ASoC: SOF: mediatek: Add missing board compatible
authorAlbert Jakieła <jakiela@google.com>
Fri, 9 Aug 2024 13:56:27 +0000 (13:56 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Sep 2024 14:25:07 +0000 (16:25 +0200)
[ Upstream commit c0196faaa927321a63e680427e075734ee656e42 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/soc/sof/mediatek/mt8195/mt8195.c

index b5b4ea854da4b8c294ab163a8f461aef5f5d7a06..94db51d88dda0b9f888d7adbba2b710feb837ffe 100644 (file)
@@ -625,6 +625,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"