Skip to content

Commit

Permalink
volume: fix log message to match caller
Browse files Browse the repository at this point in the history
Likely artifact from module adapter conversion

Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
  • Loading branch information
cujomalainey committed Jun 30, 2023
1 parent 50f5c8f commit f43bb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/module_adapter/module/volume/volume.c
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ static struct comp_dev *volume_new(const struct comp_driver *drv,

mod = rzalloc(SOF_MEM_ZONE_RUNTIME, 0, SOF_MEM_CAPS_RAM, sizeof(*mod));
if (!mod) {
comp_err(dev, "module_adapter_new(), failed to allocate memory for module");
comp_err(dev, "volume_new(), failed to allocate memory for module");
goto fail;
}

Expand Down

0 comments on commit f43bb81

Please sign in to comment.