Skip to content

Commit 505c832

Browse files
AngeloGioacchino Del Regnobroonie
authored andcommitted
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: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20231123084454.20471-1-angelogioacchino.delregno@collabora.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 3841d8a commit 505c832

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sound/soc/sof/mediatek/mt8186/mt8186.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,9 @@ static struct snd_sof_dsp_ops sof_mt8186_ops = {
597597

598598
static struct snd_sof_of_mach sof_mt8186_machs[] = {
599599
{
600+
.compatible = "google,steelix",
601+
.sof_tplg_filename = "sof-mt8186-google-steelix.tplg"
602+
}, {
600603
.compatible = "mediatek,mt8186",
601604
.sof_tplg_filename = "sof-mt8186.tplg",
602605
},

0 commit comments

Comments
 (0)