diff --git a/src/include/sof/audio/component.h b/src/include/sof/audio/component.h index c6f0ef485..7db121686 100644 --- a/src/include/sof/audio/component.h +++ b/src/include/sof/audio/component.h @@ -544,15 +544,15 @@ struct comp_driver_info { * Audio component base configuration from IPC at creation. */ struct comp_ipc_config { - uint32_t core; /**< core we run on */ - uint32_t id; /**< component id */ - uint32_t pipeline_id; /**< component pipeline id */ - uint32_t proc_domain; /**< processing domain - LL or DP */ + uint32_t core; /**< core we run on */ + uint32_t id; /**< component id */ + uint32_t pipeline_id; /**< component pipeline id */ + uint32_t proc_domain; /**< processing domain - LL or DP */ enum sof_comp_type type; /**< component type */ - uint32_t periods_sink; /**< 0 means variable */ - uint32_t periods_source;/**< 0 means variable */ - uint32_t frame_fmt; /**< SOF_IPC_FRAME_ */ - uint32_t xrun_action; /**< action we should take on XRUN */ + uint32_t periods_sink; /**< 0 means variable */ + uint32_t periods_source; /**< 0 means variable */ + uint32_t frame_fmt; /**< SOF_IPC_FRAME_ */ + uint32_t xrun_action; /**< action we should take on XRUN */ #if CONFIG_IPC_MAJOR_4 uint32_t ipc_config_size; /**< size of a config received by ipc */ #endif