Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-01 | Added const specifier in several functions | Taylor Holberton | |
pcm_get_file_descriptor pcm_get_error pcm_get_buffer_size pcm_frames_to_bytes pcm_bytes_to_frames pcm_get_subdevice | |||
2016-12-01 | added const specifier in function, pcm_is_ready | Taylor Holberton | |
2016-12-01 | Added const specifier in pcm_open | Taylor Holberton | |
Added const specifier to the struct pcm_config argument. Changed the way default values of the config structure are set and accessed. They're accessed through the pointer from the argument list and set through the pointer in the pcm structure. | |||
2016-12-01 | Added const specifier in several functions | Taylor Holberton | |
Functions changed are: - pcm_params_get_mask - pcm_params_get_min - pcm_params_get_max - param_get_mask - param_get_min - param_get_max | |||
2016-11-24 | Merge pull request #88 from dawagner/fix-includes-install-path | Taylor Holberton | |
Fix install path of include files | |||
2016-11-24 | Fix install path of include files | David Wagner | |
They were installed under $prefix/ instead of $prefix/tinyalsa/ Signed-off-by: David Wagner <david.wagner@intel.com> | |||
2016-11-23 | added mixer ctl member documentation | Taylor Holberton | |
2016-11-23 | added parameter doc | Taylor Holberton | |
2016-11-23 | added some documentation | Taylor Holberton | |
2016-11-23 | finished mixer API documentation | Taylor Holberton | |
2016-11-22 | corrected error handling in pcm_sync_ptr() | Taylor Holberton | |
2016-11-22 | using install command instead of cp and mkdir | Taylor Holberton | |
2016-11-19 | added some documentation | Taylor Holberton | |
2016-11-19 | renamed doxygen group, tinyalsa-mixer to libtinyalsa-mixer | Taylor Holberton | |
2016-11-19 | renamed doxygen group, tinyalsa-pcm to libtinyalsa-pcm | Taylor Holberton | |
2016-11-18 | initializing 'result' from transfer struct | Taylor Holberton | |
2016-10-14 | Merge branch 'master' of https://github.com/tinyalsa/tinyalsa | Taylor Holberton | |
2016-10-14 | Added support for default config | Taylor Holberton | |
2016-10-05 | included only necessary headers | Ricardo Biehl Pasquali | |
If users want to use only pcm.c or mixer.c they can. It's not necessary to include tinyalsa/asoundlib.h because mixer.c doesn't use pcm.h and pcm.c doesn't use mixer.h. | |||
2016-10-03 | Merge branch 'defer-enum-inspection' of https://github.com/dawagner/tinyalsa ↵ | Taylor Holberton | |
into dawagner-defer-enum-inspection | |||
2016-10-02 | using LIBDIR for library install and added soversion | Taylor Holberton | |
2016-10-01 | added install to multiarch dir and override CFLAGS mechanism | Taylor Holberton | |
2016-10-01 | added some documentation to mixer interface | Taylor Holberton | |
2016-10-01 | added basic pcm documentation | Taylor Holberton | |
2016-10-01 | put source files into src dir | Taylor Holberton | |