Skip to content
Snippets Groups Projects
Unverified Commit 32a7b9fc authored by AngeloGioacchino Del Regno's avatar AngeloGioacchino Del Regno
Browse files

ASoC: SOF: mediatek: mt8186: Add Google Steelix topology compatible


Add the machine compatible and topology filename for the Google Steelix
MT8186 Chromebook to load the correct SOF topology file.

Signed-off-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
parent 3b8e44e2
No related branches found
No related tags found
No related merge requests found
...@@ -548,6 +548,9 @@ static const struct snd_sof_dsp_ops sof_mt8186_ops = { ...@@ -548,6 +548,9 @@ static const struct snd_sof_dsp_ops sof_mt8186_ops = {
static struct snd_sof_of_mach sof_mt8186_machs[] = { static struct snd_sof_of_mach sof_mt8186_machs[] = {
{ {
.compatible = "google,steelix",
.sof_tplg_filename = "sof-mt8186-google-steelix.tplg"
}, {
.compatible = "mediatek,mt8186", .compatible = "mediatek,mt8186",
.sof_tplg_filename = "sof-mt8186.tplg", .sof_tplg_filename = "sof-mt8186.tplg",
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment