From: Peter Ujfalusi Date: Tue, 19 Sep 2023 10:42:26 +0000 (+0300) Subject: ASoC: SOF: Drop unused IPC type defines X-Git-Tag: v6.7-rc1~103^2~2^2~29^2~72^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b5300e90a781a37a058fce68dac0f7aaebf041b;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Daniel Baluta Reviewed-by: Rander Wang Reviewed-by: Ranjani Sridharan Reviewed-by: Pierre-Louis Bossart Link: https://lore.kernel.org/r/20230919104226.32239-10-peter.ujfalusi@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/include/sound/sof.h b/include/sound/sof.h index 31121c6df0272..268d0ca0f69f2 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. */