summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* make SND_PCM_NONBLOCK workJari Vetoniemi2018-10-31
| | | | lets poll in avail_update* functions.
* fix stub generationJari Vetoniemi2018-10-30
| | | | | unimplement mallocs should error, there are some mixed case functions that were not stubbed.
* Fix openalJari Vetoniemi2018-10-30
|
* Makefile: lets be less cleverJari Vetoniemi2018-10-30
|
* fixes qutebrowserJari Vetoniemi2018-10-30
|
* Makefile: soversion symlinks and pkg-configJari Vetoniemi2018-10-30
|
* fake snd_pcm_avail_updateJari Vetoniemi2018-10-30
|
* force blocking operationJari Vetoniemi2018-10-30
| | | | Fixes wine and probably many other programs
* make device_open take in pcm as argumentJari Vetoniemi2018-10-30
|
* log the playback channels tooJari Vetoniemi2018-10-30
|
* Tidy up the log macrosJari Vetoniemi2018-10-30
|
* use snd_pcm_drain before closingJari Vetoniemi2018-10-30
| | | | | | Just so that we reuse code. Stopping may imply more state changes than just started = false in future, and it's good to have these in same place.
* log the formats requestedJari Vetoniemi2018-10-30
|
* code styleJari Vetoniemi2018-10-30
|
* snd_lib_error crap, fixes dolphin-emu \o/Jari Vetoniemi2018-10-29
|
* use WARNX for the function name in printJari Vetoniemi2018-10-29
|
* fix snd_pcm_hw_params_get_channels_maxJari Vetoniemi2018-10-29
|
* Initial commitJari Vetoniemi2018-10-29