-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Audio: DRC: Add HiFi4 implementation of DRC
Add HiFi4 implementation of DRC. Signed-off-by: Andrula Song <[email protected]>
- Loading branch information
1 parent
a8db157
commit 9d21ce9
Showing
7 changed files
with
926 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
add_local_sources(sof drc.c) | ||
add_local_sources(sof drc_generic.c) | ||
add_local_sources(sof drc_hifi3.c) | ||
add_local_sources(sof drc_hifi4.c) | ||
add_local_sources(sof drc_math_generic.c) | ||
add_local_sources(sof drc_math_hifi3.c) |
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
Oops, something went wrong.