-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Audio: Mux: Fix mistake in frames count handling
The source frames count need to be checked from every active input_buffers[n].size). Similarly in consuming the source buffers it needs to be updated to every mod->input_buffers[n].consumed. Fixes: #7308 Fixes: c399624 ("Audio: Mux: Convert mux and demux to module adapter") Signed-off-by: Seppo Ingalsuo <[email protected]> (cherry picked from commit afd86e0) Signed-off-by: Kai Vehmanen <[email protected]>
- Loading branch information
Showing
1 changed file
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters