Skip to content

Commit

Permalink
fix i
Browse files Browse the repository at this point in the history
  • Loading branch information
tobonex committed Sep 1, 2023
1 parent 465ab6a commit 62ec1df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/audio/module_adapter/module_adapter.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ static int module_adapter_sink_src_prepare(struct comp_dev *dev)
uint32_t num_of_sources = 0;
uint32_t num_of_sinks = 0;
int ret;
int i = 0;

/* acquire all sink and source buffers, get handlers to sink/source API */
list_for_item(blist, &dev->bsink_list) {
Expand Down

0 comments on commit 62ec1df

Please sign in to comment.