mirror of https://github.com/thesofproject/sof.git
ipc4: setdx: update comment
This patch updates the comment for SetDX handler to be more accurate. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
This commit is contained in:
parent
ab715d8e34
commit
4ea628e118
|
@ -738,7 +738,7 @@ static int ipc4_module_process_d0ix(union ipc4_message_header *ipc4)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* power up core 0 */
|
||||
/* enable/disable cores according to the state mask */
|
||||
static int ipc4_module_process_dx(union ipc4_message_header *ipc4)
|
||||
{
|
||||
struct ipc4_module_set_dx dx;
|
||||
|
|
Loading…
Reference in New Issue