Commit 82f4b383 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Mark Brown

ASoC: SOF: Kconfig: Rename SND_SOC_SOF_INTEL_IPC4 to SND_SOC_SOF_IPC4

Drop the Intel from the IPC type Kconfig option
Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: default avatarDaniel Baluta <daniel.baluta@nxp.com>
Reviewed-by: default avatarRander Wang <rander.wang@intel.com>
Reviewed-by: default avatarRanjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20230919104226.32239-4-peter.ujfalusi@linux.intel.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 1dff2658
...@@ -283,7 +283,7 @@ config SND_SOC_SOF_PROBE_WORK_QUEUE ...@@ -283,7 +283,7 @@ config SND_SOC_SOF_PROBE_WORK_QUEUE
config SND_SOC_SOF_IPC3 config SND_SOC_SOF_IPC3
bool bool
config SND_SOC_SOF_INTEL_IPC4 config SND_SOC_SOF_IPC4
bool bool
source "sound/soc/sof/amd/Kconfig" source "sound/soc/sof/amd/Kconfig"
......
...@@ -8,7 +8,7 @@ ifneq ($(CONFIG_SND_SOC_SOF_IPC3),) ...@@ -8,7 +8,7 @@ ifneq ($(CONFIG_SND_SOC_SOF_IPC3),)
snd-sof-objs += ipc3.o ipc3-loader.o ipc3-topology.o ipc3-control.o ipc3-pcm.o\ snd-sof-objs += ipc3.o ipc3-loader.o ipc3-topology.o ipc3-control.o ipc3-pcm.o\
ipc3-dtrace.o ipc3-dtrace.o
endif endif
ifneq ($(CONFIG_SND_SOC_SOF_INTEL_IPC4),) ifneq ($(CONFIG_SND_SOC_SOF_IPC4),)
snd-sof-objs += ipc4.o ipc4-loader.o ipc4-topology.o ipc4-control.o ipc4-pcm.o\ snd-sof-objs += ipc4.o ipc4-loader.o ipc4-topology.o ipc4-control.o ipc4-pcm.o\
ipc4-mtrace.o ipc4-mtrace.o
endif endif
...@@ -31,7 +31,7 @@ snd-sof-probes-objs := sof-client-probes.o ...@@ -31,7 +31,7 @@ snd-sof-probes-objs := sof-client-probes.o
ifneq ($(CONFIG_SND_SOC_SOF_IPC3),) ifneq ($(CONFIG_SND_SOC_SOF_IPC3),)
snd-sof-probes-objs += sof-client-probes-ipc3.o snd-sof-probes-objs += sof-client-probes-ipc3.o
endif endif
ifneq ($(CONFIG_SND_SOC_SOF_INTEL_IPC4),) ifneq ($(CONFIG_SND_SOC_SOF_IPC4),)
snd-sof-probes-objs += sof-client-probes-ipc4.o snd-sof-probes-objs += sof-client-probes-ipc4.o
endif endif
......
...@@ -98,7 +98,7 @@ config SND_SOC_SOF_MERRIFIELD ...@@ -98,7 +98,7 @@ config SND_SOC_SOF_MERRIFIELD
config SND_SOC_SOF_INTEL_SKL config SND_SOC_SOF_INTEL_SKL
tristate tristate
select SND_SOC_SOF_HDA_COMMON select SND_SOC_SOF_HDA_COMMON
select SND_SOC_SOF_INTEL_IPC4 select SND_SOC_SOF_IPC4
config SND_SOC_SOF_SKYLAKE config SND_SOC_SOF_SKYLAKE
tristate "SOF support for SkyLake" tristate "SOF support for SkyLake"
...@@ -124,7 +124,7 @@ config SND_SOC_SOF_INTEL_APL ...@@ -124,7 +124,7 @@ config SND_SOC_SOF_INTEL_APL
tristate tristate
select SND_SOC_SOF_HDA_COMMON select SND_SOC_SOF_HDA_COMMON
select SND_SOC_SOF_IPC3 select SND_SOC_SOF_IPC3
select SND_SOC_SOF_INTEL_IPC4 select SND_SOC_SOF_IPC4
config SND_SOC_SOF_APOLLOLAKE config SND_SOC_SOF_APOLLOLAKE
tristate "SOF support for Apollolake" tristate "SOF support for Apollolake"
...@@ -151,7 +151,7 @@ config SND_SOC_SOF_INTEL_CNL ...@@ -151,7 +151,7 @@ config SND_SOC_SOF_INTEL_CNL
select SND_SOC_SOF_HDA_COMMON select SND_SOC_SOF_HDA_COMMON
select SND_SOC_SOF_INTEL_SOUNDWIRE_LINK_BASELINE select SND_SOC_SOF_INTEL_SOUNDWIRE_LINK_BASELINE
select SND_SOC_SOF_IPC3 select SND_SOC_SOF_IPC3
select SND_SOC_SOF_INTEL_IPC4 select SND_SOC_SOF_IPC4
config SND_SOC_SOF_CANNONLAKE config SND_SOC_SOF_CANNONLAKE
tristate "SOF support for Cannonlake" tristate "SOF support for Cannonlake"
...@@ -187,7 +187,7 @@ config SND_SOC_SOF_INTEL_ICL ...@@ -187,7 +187,7 @@ config SND_SOC_SOF_INTEL_ICL
select SND_SOC_SOF_HDA_COMMON select SND_SOC_SOF_HDA_COMMON
select SND_SOC_SOF_INTEL_SOUNDWIRE_LINK_BASELINE select SND_SOC_SOF_INTEL_SOUNDWIRE_LINK_BASELINE
select SND_SOC_SOF_IPC3 select SND_SOC_SOF_IPC3
select SND_SOC_SOF_INTEL_IPC4 select SND_SOC_SOF_IPC4
config SND_SOC_SOF_ICELAKE config SND_SOC_SOF_ICELAKE
tristate "SOF support for Icelake" tristate "SOF support for Icelake"
...@@ -214,7 +214,7 @@ config SND_SOC_SOF_INTEL_TGL ...@@ -214,7 +214,7 @@ config SND_SOC_SOF_INTEL_TGL
select SND_SOC_SOF_HDA_COMMON select SND_SOC_SOF_HDA_COMMON
select SND_SOC_SOF_INTEL_SOUNDWIRE_LINK_BASELINE select SND_SOC_SOF_INTEL_SOUNDWIRE_LINK_BASELINE
select SND_SOC_SOF_IPC3 select SND_SOC_SOF_IPC3
select SND_SOC_SOF_INTEL_IPC4 select SND_SOC_SOF_IPC4
config SND_SOC_SOF_TIGERLAKE config SND_SOC_SOF_TIGERLAKE
tristate "SOF support for Tigerlake" tristate "SOF support for Tigerlake"
...@@ -250,7 +250,7 @@ config SND_SOC_SOF_INTEL_MTL ...@@ -250,7 +250,7 @@ config SND_SOC_SOF_INTEL_MTL
tristate tristate
select SND_SOC_SOF_HDA_COMMON select SND_SOC_SOF_HDA_COMMON
select SND_SOC_SOF_INTEL_SOUNDWIRE_LINK_BASELINE select SND_SOC_SOF_INTEL_SOUNDWIRE_LINK_BASELINE
select SND_SOC_SOF_INTEL_IPC4 select SND_SOC_SOF_IPC4
config SND_SOC_SOF_METEORLAKE config SND_SOC_SOF_METEORLAKE
tristate "SOF support for Meteorlake" tristate "SOF support for Meteorlake"
...@@ -266,7 +266,7 @@ config SND_SOC_SOF_INTEL_LNL ...@@ -266,7 +266,7 @@ config SND_SOC_SOF_INTEL_LNL
tristate tristate
select SND_SOC_SOF_HDA_COMMON select SND_SOC_SOF_HDA_COMMON
select SND_SOC_SOF_INTEL_SOUNDWIRE_LINK_BASELINE select SND_SOC_SOF_INTEL_SOUNDWIRE_LINK_BASELINE
select SND_SOC_SOF_INTEL_IPC4 select SND_SOC_SOF_IPC4
config SND_SOC_SOF_LUNARLAKE config SND_SOC_SOF_LUNARLAKE
tristate "SOF support for Lunarlake" tristate "SOF support for Lunarlake"
......
...@@ -169,7 +169,7 @@ struct snd_sof_ipc *snd_sof_ipc_init(struct snd_sof_dev *sdev) ...@@ -169,7 +169,7 @@ struct snd_sof_ipc *snd_sof_ipc_init(struct snd_sof_dev *sdev)
ops = &ipc3_ops; ops = &ipc3_ops;
break; break;
#endif #endif
#if defined(CONFIG_SND_SOC_SOF_INTEL_IPC4) #if defined(CONFIG_SND_SOC_SOF_IPC4)
case SOF_INTEL_IPC4: case SOF_INTEL_IPC4:
ops = &ipc4_ops; ops = &ipc4_ops;
break; break;
......
...@@ -423,7 +423,7 @@ static int sof_probes_client_probe(struct auxiliary_device *auxdev, ...@@ -423,7 +423,7 @@ static int sof_probes_client_probe(struct auxiliary_device *auxdev,
priv->host_ops = ops; priv->host_ops = ops;
switch (sof_client_get_ipc_type(cdev)) { switch (sof_client_get_ipc_type(cdev)) {
#ifdef CONFIG_SND_SOC_SOF_INTEL_IPC4 #ifdef CONFIG_SND_SOC_SOF_IPC4
case SOF_INTEL_IPC4: case SOF_INTEL_IPC4:
priv->ipc_ops = &ipc4_probe_ops; priv->ipc_ops = &ipc4_probe_ops;
break; break;
......
...@@ -340,7 +340,7 @@ int sof_client_ipc_set_get_data(struct sof_client_dev *cdev, void *ipc_msg, ...@@ -340,7 +340,7 @@ int sof_client_ipc_set_get_data(struct sof_client_dev *cdev, void *ipc_msg,
} }
EXPORT_SYMBOL_NS_GPL(sof_client_ipc_set_get_data, SND_SOC_SOF_CLIENT); EXPORT_SYMBOL_NS_GPL(sof_client_ipc_set_get_data, SND_SOC_SOF_CLIENT);
#ifdef CONFIG_SND_SOC_SOF_INTEL_IPC4 #ifdef CONFIG_SND_SOC_SOF_IPC4
struct sof_ipc4_fw_module *sof_client_ipc4_find_module(struct sof_client_dev *c, const guid_t *uuid) struct sof_ipc4_fw_module *sof_client_ipc4_find_module(struct sof_client_dev *c, const guid_t *uuid)
{ {
struct snd_sof_dev *sdev = c->sdev; struct snd_sof_dev *sdev = c->sdev;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment