mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
ASoC: SOF: mediatek: Use generic names for IPC types
Use the new SOF_IPC_TYPE_3 in core code. No functional changes, just renaming. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com> Reviewed-by: Rander Wang <rander.wang@intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20230919104226.32239-9-peter.ujfalusi@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
a8fffb9447
commit
0f7e753fc3
@ -607,16 +607,16 @@ static struct snd_sof_of_mach sof_mt8186_machs[] = {
|
||||
|
||||
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,
|
||||
.ipc_supported_mask = BIT(SOF_IPC_TYPE_3),
|
||||
.ipc_default = SOF_IPC_TYPE_3,
|
||||
.default_fw_path = {
|
||||
[SOF_IPC] = "mediatek/sof",
|
||||
[SOF_IPC_TYPE_3] = "mediatek/sof",
|
||||
},
|
||||
.default_tplg_path = {
|
||||
[SOF_IPC] = "mediatek/sof-tplg",
|
||||
[SOF_IPC_TYPE_3] = "mediatek/sof-tplg",
|
||||
},
|
||||
.default_fw_filename = {
|
||||
[SOF_IPC] = "sof-mt8186.ri",
|
||||
[SOF_IPC_TYPE_3] = "sof-mt8186.ri",
|
||||
},
|
||||
.nocodec_tplg_filename = "sof-mt8186-nocodec.tplg",
|
||||
.ops = &sof_mt8186_ops,
|
||||
@ -681,16 +681,16 @@ static struct snd_sof_of_mach sof_mt8188_machs[] = {
|
||||
|
||||
static const struct sof_dev_desc sof_of_mt8188_desc = {
|
||||
.of_machines = sof_mt8188_machs,
|
||||
.ipc_supported_mask = BIT(SOF_IPC),
|
||||
.ipc_default = SOF_IPC,
|
||||
.ipc_supported_mask = BIT(SOF_IPC_TYPE_3),
|
||||
.ipc_default = SOF_IPC_TYPE_3,
|
||||
.default_fw_path = {
|
||||
[SOF_IPC] = "mediatek/sof",
|
||||
[SOF_IPC_TYPE_3] = "mediatek/sof",
|
||||
},
|
||||
.default_tplg_path = {
|
||||
[SOF_IPC] = "mediatek/sof-tplg",
|
||||
[SOF_IPC_TYPE_3] = "mediatek/sof-tplg",
|
||||
},
|
||||
.default_fw_filename = {
|
||||
[SOF_IPC] = "sof-mt8188.ri",
|
||||
[SOF_IPC_TYPE_3] = "sof-mt8188.ri",
|
||||
},
|
||||
.nocodec_tplg_filename = "sof-mt8188-nocodec.tplg",
|
||||
.ops = &sof_mt8188_ops,
|
||||
|
@ -635,16 +635,16 @@ static struct snd_sof_of_mach sof_mt8195_machs[] = {
|
||||
|
||||
static const struct sof_dev_desc sof_of_mt8195_desc = {
|
||||
.of_machines = sof_mt8195_machs,
|
||||
.ipc_supported_mask = BIT(SOF_IPC),
|
||||
.ipc_default = SOF_IPC,
|
||||
.ipc_supported_mask = BIT(SOF_IPC_TYPE_3),
|
||||
.ipc_default = SOF_IPC_TYPE_3,
|
||||
.default_fw_path = {
|
||||
[SOF_IPC] = "mediatek/sof",
|
||||
[SOF_IPC_TYPE_3] = "mediatek/sof",
|
||||
},
|
||||
.default_tplg_path = {
|
||||
[SOF_IPC] = "mediatek/sof-tplg",
|
||||
[SOF_IPC_TYPE_3] = "mediatek/sof-tplg",
|
||||
},
|
||||
.default_fw_filename = {
|
||||
[SOF_IPC] = "sof-mt8195.ri",
|
||||
[SOF_IPC_TYPE_3] = "sof-mt8195.ri",
|
||||
},
|
||||
.nocodec_tplg_filename = "sof-mt8195-nocodec.tplg",
|
||||
.ops = &sof_mt8195_ops,
|
||||
|
Loading…
Reference in New Issue
Block a user