Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename file | Bobby Bingham | 2023-06-16 | 1 | -595/+0 |
| | | | | | | | Now that we use the 1.x ALSA APIs, naming the file `audioioalsa9.cpp` (revering to ALSA version 0.9) is misleading. Signed-off-by: Bobby Bingham <[email protected]> | ||||
* | Update ALSA support to use 1.x API | Bobby Bingham | 2023-06-16 | 1 | -4/+9 |
| | | | | | | | | | | | | | | | Despite the comment in ConfigureChecks.cmake which claimed only ALSA 1.x was supported, the code requested and expected the 0.9 version of some PCM APIs. These old APIs were superceded in 2002. ALSA implements backwards compatibility with the old version of the API using symbol versioning, which is not supported on all platforms (e.g., musl does not support it). This fixes issue #5 Signed-off-by: Bobby Bingham <[email protected]> | ||||
* | Renaming of files in preparation for code style tools. | Michele Calgaro | 2020-12-06 | 1 | -0/+590 |
Signed-off-by: Michele Calgaro <[email protected]> |