summaryrefslogtreecommitdiff
path: root/src/mixer.c
Commit message (Collapse)AuthorAge
* make the malloc functions less verboseJari Vetoniemi2018-11-01
|
* s/WARNX1/WARN1/Jari Vetoniemi2018-11-01
|
* implement control searching and volume range getJari Vetoniemi2018-10-31
|
* remove the pollin hacksJari Vetoniemi2018-10-31
| | | | just modifying elem in setters is enough
* make volume muting workJari Vetoniemi2018-10-31
|
* make alsamixer more responsiveJari 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