Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-15 | pcm: fix TODOs for 32 bit support | Simon Wilson | |
2011-06-07 | mixer: make error handling more consistent | Simon Wilson | |
Remove the use of the errno variable and instead return errors directly where appropriate. | |||
2011-06-07 | Fix error cases and some spurious whitespace | Simon Wilson | |
2011-06-06 | Add integer range getters to mixer | Simon Wilson | |
2011-06-06 | tinymix: fix compilation warnings | Simon Wilson | |
2011-06-05 | Implement mixer setting in tinymix | Simon Wilson | |
- re-add function to set enum type by string - implement setting of mixer values in tinymix - fix bug: read current mixer values before writing | |||
2011-06-05 | Add enum support to mixer | Simon Wilson | |
- simplify interface for setting/getting enum values - implement enum string get function - update tinymix to deal with enums - rename set/get_int functions because of supported types | |||
2011-06-04 | Improve mixer support | Simon Wilson | |
- support get/set of multiple values - add parameter checking to functions - add api function to get control type - add tinymix utility to list mixer controls | |||
2011-06-03 | Fix issues with tinyplay | Simon Wilson | |
- Add to Android.mk - Add "all" rule to Makefile - Remove redundant old play code from tinyplay.c - Add error checking to tinyplay | |||
2011-06-02 | Add tinyplay utility to play PCM riff/wave files | Simon Wilson | |
2011-06-02 | Add Makefile for libtinyalsa | Simon Wilson | |
2011-06-02 | Support multiple cards and devices | Simon Wilson | |
2011-05-30 | pcm: fix minor code errors | Simon Wilson | |
2011-05-26 | mixer: implement mixer_ctl_set/get_int functions | Simon Wilson | |
2011-05-25 | Add aims for project | Simon Wilson | |
2011-05-25 | Initial contribution | Simon Wilson | |