fix function name error

Correct the function name "volume_ctrl_set_cmd()" to
"volume_set_config()".

Signed-off-by: Gongjun Song <gongjun.song@intel.com>
This commit is contained in:
Gongjun Song 2022-09-06 09:49:13 +08:00 committed by Liam Girdwood
parent 98a911ed53
commit 2c902ec2c0
1 changed files with 1 additions and 1 deletions

View File

@ -840,7 +840,7 @@ static int volume_set_config(struct processing_module *mod, uint32_t config_id,
comp_info(dev, "volume_set_config(), channel = %d, value = %u",
ch, val);
if (ch >= SOF_IPC_MAX_CHANNELS) {
comp_err(dev, "volume_ctrl_set_cmd(), illegal channel = %d",
comp_err(dev, "volume_set_config(), illegal channel = %d",
ch);
return -EINVAL;
}