aboutsummaryrefslogtreecommitdiffstats
path: root/src/AlsaInput.h
Commit message (Collapse)AuthorAgeFilesLines
* Make ALSA input conditionalMatthias P. Braendli2016-02-261-7/+10
|
* Replace boost by C++11Matthias P. Braendli2015-05-041-5/+5
| | | | | std::thread doesn't support interruption like boost::thread, which was used in the ALSA input. Everything else should be equivalent.
* merge file and alsa encoders into dabplus-encMatthias P. Braendli2014-04-251-10/+8
| | | | There was a lot of redundant code between the two
* Improve alsa fault detectionMatthias P. Braendli2014-03-191-2/+6
|
* Support libasound2 1.0.25Matthias P. Braendli2014-03-141-1/+1
| | | | Because it's the one that is in debian stable right now
* Split AlsaInput into two variants (Threaded/Direct)Matthias P. Braendli2014-03-091-19/+64
|
* alsa-dabplus compilesMatthias P. Braendli2014-03-071-2/+1
|
* add first code bits of new alsa encoderMatthias P. Braendli2014-03-071-0/+90