codec_adapter: remove macro CODEC_INTERFACE_ID()

Interface ID has been replaced with UUID. So no need for the unused
macro.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Ranjani Sridharan 2022-01-14 12:41:34 -08:00 committed by Liam Girdwood
parent 8effa4ff3d
commit eaaea60b65
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
#include <sof/lib/memory.h>
#define comp_get_module_data(d) (&(((struct processing_module *)((d)->priv_data))->priv))
#define CODEC_GET_INTERFACE_ID(id) ((id) >> 0x8)
#define CODEC_GET_API_ID(id) ((id) & 0xFF)
#define API_CALL(cd, cmd, sub_cmd, value, ret) \
do { \