cache: remove buffer_acquire/release part 4 - #8219
Merged
Merged
Conversation
tobonex
force-pushed
the
buffer_acquire_removal_4
branch
from
September 18, 2023 16:21
b348312 to
fa285e7
Compare
remove buffer ops from eq_fir and eq_iir modules this is a continuation of changes from commit 4a03699 Signed-off-by: Tobiasz Dryjanski <tobiaszx.dryjanski@intel.com>
remove buffer ops from igo_nr module this is a continuation of changes from commit 4a03699 Signed-off-by: Tobiasz Dryjanski <tobiaszx.dryjanski@intel.com>
remove buffer ops from mfcc modules this is a continuation of changes from commit 4a03699 Signed-off-by: Tobiasz Dryjanski <tobiaszx.dryjanski@intel.com>
remove buffer ops from multiband_drc module this is a continuation of changes from commit 4a03699 Signed-off-by: Tobiasz Dryjanski <tobiaszx.dryjanski@intel.com>
remove buffer ops from mux module this is a continuation of changes from commit 4a03699 Signed-off-by: Tobiasz Dryjanski <tobiaszx.dryjanski@intel.com>
tobonex
force-pushed
the
buffer_acquire_removal_4
branch
2 times, most recently
from
September 19, 2023 11:15
1486bde to
33fa41c
Compare
tobonex
marked this pull request as ready for review
September 19, 2023 11:32
btian1
approved these changes
Sep 20, 2023
lyakh
reviewed
Sep 20, 2023
remove buffer ops from rtnr.c this is a continuation of changes from commit 4a03699 Signed-off-by: Tobiasz Dryjanski <tobiaszx.dryjanski@intel.com>
remove buffer ops from dcblock module this is a continuation of changes from commit 4a03699 Signed-off-by: Tobiasz Dryjanski <tobiaszx.dryjanski@intel.com>
tobonex
force-pushed
the
buffer_acquire_removal_4
branch
from
September 20, 2023 14:05
33fa41c to
441eb73
Compare
lyakh
approved these changes
Sep 21, 2023
singalsu
approved these changes
Sep 21, 2023
marcinszkudlinski
approved these changes
Sep 21, 2023
tmleman
approved these changes
Sep 22, 2023
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is step 6 of implementation of #8006
This PR is a result of splitting #8106 into parts.
Remove usage of buffer_acquire and buffer_release from a number of files.
next part: #8220