-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 32 bit support for ALSA driver (#811)
* apply changes without whitespace * remove neon intrinsics and fix indentation * update float_32 macro and fix misspellings * check msbits to determine number of bits in alsa driver * add better error messages and support for SND_PCM_FORMAT_S32_BE * log when sample format is not equal to bits Co-authored-by: Claudio Cabral <[email protected]> Co-authored-by: Claudio Cabral <[email protected]>
- Loading branch information
1 parent
5856835
commit 9ff5418
Showing
3 changed files
with
171 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
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