summaryrefslogtreecommitdiff
path: root/src/stubs.h
Commit message (Collapse)AuthorAge
* implement snd_pcm_hw_params_get_formatJari Vetoniemi2018-11-03
|
* implement buffer_time_nearJari Vetoniemi2018-11-03
|
* simulate mmap accessJari Vetoniemi2018-11-03
|
* unstub snd_pcm_format_descriptionJari Vetoniemi2018-11-02
|
* steam fixesJari Vetoniemi2018-11-01
|
* crap for making portaudio (audacity) workJari Vetoniemi2018-11-01
|
* implement snd_pcm_format_valueJari Vetoniemi2018-11-01
|
* Some works towards working audacityJari Vetoniemi2018-10-31
| | | | | However it needs snd_config for querying pcm devices, so prob wont be working for a while.
* make capture streams work (arecord too)Jari Vetoniemi2018-10-31
|
* missing stubsJari Vetoniemi2018-10-31
|
* implement control searching and volume range getJari Vetoniemi2018-10-31
|
* make volume muting workJari Vetoniemi2018-10-31
|
* alsamixer is now usableJari Vetoniemi2018-10-31
|
* refactor project structureJari Vetoniemi2018-10-31
libasound.c started to become quite large, split the big chunks into pcm.c and mixer.c