summaryrefslogtreecommitdiffstats
path: root/flow/audioioalsa9.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename fileBobby Bingham2023-06-161-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 APIBobby Bingham2023-06-161-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 Calgaro2020-12-061-0/+590
Signed-off-by: Michele Calgaro <[email protected]>