module_interface: remove the id field

It is never used.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Ranjani Sridharan 2022-01-11 09:52:47 -08:00 committed by Liam Girdwood
parent 317f80b4f2
commit 17064d4f22
1 changed files with 0 additions and 5 deletions

View File

@ -71,11 +71,6 @@ DECLARE_MODULE(sys_comp_codec_##adapter_init)
* \brief 3rd party processing module interface
*/
struct module_interface {
/**
* The unique ID for a module, used for initialization as well as
* parameters loading.
*/
uint32_t id;
/**
* Module specific initialization procedure, called as part of
* codec_adapter component creation in .new()