aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Ujfalusi <[email protected]>2023-09-19 13:42:26 +0300
committerMark Brown <[email protected]>2023-09-19 13:49:13 +0100
commit7b5300e90a781a37a058fce68dac0f7aaebf041b (patch)
tree2e303ec59054f277b61ca61e5b4422b3894f517b
parent0f7e753fc3851aac8aeea6b551cbbcf6ca9093dd (diff)
ASoC: SOF: Drop unused IPC type defines
The SOF stack now uses the generic names for the IPC type, the defines can be dropped. Signed-off-by: Peter Ujfalusi <[email protected]> Reviewed-by: Daniel Baluta <[email protected]> Reviewed-by: Rander Wang <[email protected]> Reviewed-by: Ranjani Sridharan <[email protected]> Reviewed-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--include/sound/sof.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sound/sof.h b/include/sound/sof.h
index 31121c6df027..268d0ca0f69f 100644
--- a/include/sound/sof.h
+++ b/include/sound/sof.h
@@ -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.
*/