diff options
author | Chunxu Li <chunxu.li@mediatek.com> | 2022-08-05 10:04:49 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-08-23 20:22:43 +0300 |
commit | 2dec9e09e955dfc4b7843fa4f9c09e7ee8931b1d (patch) | |
tree | e2772f895cd1e37f445b4010727ea4c8abed9d78 /sound/soc/sof/mediatek | |
parent | 6ace85b9838dc0162b474dbbbb6b388e7561f6a7 (diff) | |
download | linux-2dec9e09e955dfc4b7843fa4f9c09e7ee8931b1d.tar.xz |
ASoC: SOF: mediatek: Add sof_mt8186_machs for mt8186
Add .of_machines field sof_mt8186_machs for mt8186
Signed-off-by: Chunxu Li <chunxu.li@mediatek.com>
Link: https://lore.kernel.org/r/20220805070449.6611-3-chunxu.li@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/mediatek')
-rw-r--r-- | sound/soc/sof/mediatek/mt8186/mt8186.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/sof/mediatek/mt8186/mt8186.c b/sound/soc/sof/mediatek/mt8186/mt8186.c index e006532caf2f..014afe33b3d9 100644 --- a/sound/soc/sof/mediatek/mt8186/mt8186.c +++ b/sound/soc/sof/mediatek/mt8186/mt8186.c @@ -515,7 +515,16 @@ static struct snd_sof_dsp_ops sof_mt8186_ops = { SNDRV_PCM_INFO_NO_PERIOD_WAKEUP, }; +static struct snd_sof_of_mach sof_mt8186_machs[] = { + { + .compatible = "mediatek,mt8186", + .sof_tplg_filename = "sof-mt8186.tplg", + }, + {} +}; + static const struct sof_dev_desc sof_of_mt8186_desc = { + .of_machines = sof_mt8186_machs, .ipc_supported_mask = BIT(SOF_IPC), .ipc_default = SOF_IPC, .default_fw_path = { |