summaryrefslogtreecommitdiffstats
path: root/flow/audioioalsa.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename fileBobby Bingham2023-06-171-0/+595
| | | | | | | | 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 <koorogi@koorogi.info> (cherry picked from commit 596d2accf4533768bf81b91a87bc6d653caac26b)
* Delete unused source fileBobby Bingham2023-06-171-561/+0
| | | | | | | | Configure only sets HAVE_LIBASOUND2, never HAVE_LIBASOUND, so this is never used. Signed-off-by: Bobby Bingham <koorogi@koorogi.info> (cherry picked from commit adebb5ae263a5cd3569038a018dabea4f4eccc6e)
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-061-0/+561
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>