diff --git a/src/ipc/ipc4/handler.c b/src/ipc/ipc4/handler.c index d5c2c5b02..d505ebb6a 100644 --- a/src/ipc/ipc4/handler.c +++ b/src/ipc/ipc4/handler.c @@ -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;