Skip to content

Commit

Permalink
tez do wywalenia
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinszkudlinski committed Sep 1, 2023
1 parent 7e92994 commit be92e40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/audio/module_adapter/module_adapter.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,7 @@ int module_adapter_prepare(struct comp_dev *dev)
i = 0;
list_for_item(blist, &dev->bsink_list) {
mod->output_buffers[i].data =
(void *)rballoc(0, SOF_MEM_CAPS_RAM,
md->mpd.out_buff_size);
(void *)rballoc(0, SOF_MEM_CAPS_RAM, md->mpd.out_buff_size);
if (!mod->output_buffers[i].data) {
comp_err(mod->dev, "module_adapter_prepare(): Failed to alloc output buffer data");
ret = -ENOMEM;
Expand Down

0 comments on commit be92e40

Please sign in to comment.