Skip to content

Commit

Permalink
Fix logging in ctc ipc3
Browse files Browse the repository at this point in the history
Fix logging in ctc icp3.

Signed-off-by: Eddy Hsu <[email protected]>
  • Loading branch information
Eddy Hsu committed Feb 19, 2025
1 parent 4024c32 commit 0730118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/google/google_ctc_audio_processing_ipc3.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ int ctc_set_config(struct processing_module *mod, uint32_t param_id,
case SOF_CTRL_CMD_SWITCH:
if (cdata->num_elems == 1) {
cd->enabled = cdata->chanv[0].value;
comp_info(dev, "ctc_set_config(), enabled = %d",
comp_info(mod->dev, "ctc_set_config(), enabled = %d",
cd->enabled);
return 0;
}
Expand Down

0 comments on commit 0730118

Please sign in to comment.