]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ASoC: SOF: Drop unused IPC type defines
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Tue, 19 Sep 2023 10:42:26 +0000 (13:42 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 19 Sep 2023 12:49:13 +0000 (13:49 +0100)
The SOF stack now uses the generic names for the IPC type, the defines can
be dropped.

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-10-peter.ujfalusi@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/sof.h

index 31121c6df02721725fafcd9d1532ed2937dfa181..268d0ca0f69f2b74e08582cfd289a0015c2482d9 100644 (file)
@@ -57,9 +57,6 @@ enum sof_ipc_type {
        SOF_IPC_TYPE_COUNT
 };
 
-#define SOF_IPC                SOF_IPC_TYPE_3
-#define SOF_INTEL_IPC4 SOF_IPC_TYPE_4
-
 /*
  * SOF Platform data.
  */