diff --git a/src/audio/volume/volume_ipc4.c b/src/audio/volume/volume_ipc4.c index 23cd6c7281eb..07ac8af63a9b 100644 --- a/src/audio/volume/volume_ipc4.c +++ b/src/audio/volume/volume_ipc4.c @@ -157,7 +157,7 @@ int volume_init(struct processing_module *mod) md->private = cd; - for (channel = 0; channel < channels_count ; channel++) { + for (channel = 0; channel < channels_count; channel++) { if (vol->config[0].channel_id == IPC4_ALL_CHANNELS_MASK) channel_cfg = 0; else