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:
Tomasz Leman 2022-02-24 18:59:34 +01:00 committed by Liam Girdwood
parent ab715d8e34
commit 4ea628e118
1 changed files with 1 additions and 1 deletions

View File

@ -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;