Skip to content

Commit 45bbcc7

Browse files
fixup: audio: selector: use release_source_and_commit_sink helper
1 parent afc385f commit 45bbcc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/audio/selector/selector_generic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ static int sel_s32le_1ch(struct comp_dev *dev, struct sof_sink *sink, struct sof
176176
}
177177

178178
return release_source_and_commit_sink(source, frames * source_frame_bytes,
179-
sink, frames * sizeof(int32_t));
179+
sink, frames * source_frame_bytes);
180180
}
181181

182182
/**

0 commit comments

Comments
 (0)