-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Audio: Crossover: Avoid issue with __sparse_cache address spaces
The issue with __sparse_cache in sinks[] array seems quite complicated to change so avoiding it with further module API conversion seems like better approach. The processing functions in crossover_generic.c are changed to use struct output_stream_buffer pointer array from module API. The function crossover_assign_sinks() is changed to pick the output stream buffers from module API in the order that is defined in configuration blob. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
- Loading branch information
1 parent
6403e62
commit e887eb0
Showing
3 changed files
with
31 additions
and
23 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
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
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