[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20220805070449.6611-3-chunxu.li@mediatek.com>
Date: Fri, 5 Aug 2022 15:04:49 +0800
From: Chunxu Li <chunxu.li@...iatek.com>
To: <pierre-louis.bossart@...ux.intel.com>,
<peter.ujfalusi@...ux.intel.com>, <lgirdwood@...il.com>,
<broonie@...nel.org>, <angelogioacchino.delregno@...labora.com>,
<daniel.baluta@....com>
CC: <matthias.bgg@...il.com>, <yc.hung@...iatek.com>,
<tinghan.shen@...iatek.com>, <linux-kernel@...r.kernel.org>,
<alsa-devel@...a-project.org>,
<sound-open-firmware@...a-project.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-mediatek@...ts.infradead.org>,
<project_global_chrome_upstream_group@...iatek.com>,
Chunxu Li <chunxu.li@...iatek.com>
Subject: [PATCH v2 2/2] 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@...iatek.com>
---
sound/soc/sof/mediatek/mt8186/mt8186.c | 9 +++++++++
1 file changed, 9 insertions(+)
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 = {
--
2.25.1
Powered by blists - more mailing lists