Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | loop through all configs for min/max functions | Jari Vetoniemi | 2018-10-31 |
| | |||
* | Some works towards working audacity | Jari Vetoniemi | 2018-10-31 |
| | | | | | However it needs snd_config for querying pcm devices, so prob wont be working for a while. | ||
* | fix brainfart with recorded data transformation | Jari Vetoniemi | 2018-10-31 |
| | |||
* | set avail to 0 when stopped | Jari Vetoniemi | 2018-10-31 |
| | |||
* | Don't ever return avail more than appbufsz | Jari Vetoniemi | 2018-10-31 |
| | |||
* | make capture streams work (arecord too) | Jari Vetoniemi | 2018-10-31 |
| | |||
* | missing stubs | Jari Vetoniemi | 2018-10-31 |
| | |||
* | implement control searching and volume range get | Jari Vetoniemi | 2018-10-31 |
| | |||
* | remove the pollin hacks | Jari Vetoniemi | 2018-10-31 |
| | | | | just modifying elem in setters is enough | ||
* | make volume muting work | Jari Vetoniemi | 2018-10-31 |
| | |||
* | make alsamixer more responsive | Jari Vetoniemi | 2018-10-31 |
| | |||
* | alsamixer is now usable | Jari Vetoniemi | 2018-10-31 |
| | |||
* | refactor project structure | Jari Vetoniemi | 2018-10-31 |
libasound.c started to become quite large, split the big chunks into pcm.c and mixer.c |