summaryrefslogtreecommitdiff
path: root/stubs.h
Commit message (Collapse)AuthorAge
* support floating point encodingsJari Vetoniemi2018-10-31
| | | | | added dsp.c from sndio for handling the conversions. sort of fixes mpv, still has problems due to stubbed functions though.
* make openal workJari Vetoniemi2018-10-31
| | | | make ctl functions return error
* 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
|
* fixes qutebrowserJari Vetoniemi2018-10-30
|
* fake snd_pcm_avail_updateJari Vetoniemi2018-10-30
|
* Initial commitJari Vetoniemi2018-10-29