-
Notifications
You must be signed in to change notification settings - Fork 349
buffer: Create audio stream buffer #2283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
444c7e9
fir: Mark source buffer as const in processing functions
ktrzcinx 550b6c7
ASRC: Define processing function typedef
ktrzcinx 61deda6
ASRC: Mark source buffer as const in processing functions
ktrzcinx 79810ec
mux: Mark source buffer as const in processing functions
ktrzcinx 8fa2339
DAI: Simplify dai_dma_cb by adding temporary sink_bytes variables
ktrzcinx a2e7fa9
DAI: Use local variable holding frame format in dai playback and capt…
ktrzcinx 41ecf6d
detect_test: Mark source buffer as const in processing functions
ktrzcinx 2558945
kpb: Mark source buffer as const in processing functions
ktrzcinx a9a1a23
mixer: Mark source buffer as const in processing functions
ktrzcinx dddc773
selector: Define processing function typedef
ktrzcinx 3fa8eb6
selector: Mark input device pointer as const in processing functions
ktrzcinx 7f06d47
src: Mark input buffer input buffers with const in src_get_copy_limits
ktrzcinx c13584d
src: Mark input device pointer as const in processing functions
ktrzcinx bf023fd
volume: Define processing function typedef
ktrzcinx d8a0547
volume: Mark input device pointer as const in processing functions
ktrzcinx 08d0477
dma: Define processing function typedef
ktrzcinx 865b5a1
dma: Mark source buffer as const in processing functions
ktrzcinx 287de6b
buffer: Remove unused alloc_size
ktrzcinx b989e70
buffer: Introduce local variable to short function call arg list
ktrzcinx 0b45888
buffer: Create audio stream buffer
ktrzcinx 140a063
audio_stream: Create wrapping function
ktrzcinx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.