aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-01-10Fix the byte control set/get methodPankaj Bharadiya
2017-01-10mixer: Add support for TLV RW access check apiPankaj Bharadiya
2016-12-28corrected (over/under)run definition in pcm.hRicardo Biehl Pasquali
2016-12-24Added pcm_open_by_name()Taylor Holberton
2016-12-04Added pcm_link and pcm_unlink functionsTaylor Holberton
2016-12-02Removed asound.hTaylor Holberton
2016-12-02mixer: add ability to update control list with new controlsRichard Fitzgerald
2016-12-01bumped minor versionTaylor Holberton
2016-12-01Using frame counts in pcm_readi and pcm_writeiTaylor Holberton
2016-12-01Added pcm_readi and pcm_writei functionsTaylor Holberton
2016-12-01Added format related getters for PCMTaylor Holberton
2016-12-01Added function, mixer_get_num_ctls_by_nameTaylor Holberton
2016-12-01Added mixer_get_ctl_constTaylor Holberton
2016-12-01Added const specifier for several mixer functionsTaylor Holberton
2016-12-01Added const specifier in several functionsTaylor Holberton
2016-12-01added const specifier in function, pcm_is_readyTaylor Holberton
2016-12-01Added const specifier in pcm_openTaylor Holberton
2016-12-01Added const specifier to params functionsTaylor Holberton
2016-11-23fixed function reference in docTaylor Holberton
2016-11-23added missing asterisk for docTaylor Holberton
2016-11-19added tinyalsa version headerTaylor Holberton
2016-11-19renamed doxygen group, tinyalsa-pcm to libtinyalsa-pcmTaylor Holberton
2016-11-19origanized and added some documentationTaylor Holberton
2016-10-01added some documentation to mixer interfaceTaylor Holberton
2016-10-01added basic pcm documentationTaylor Holberton
2016-10-01seperated pcm and mixer APIsTaylor Holberton
2016-10-01added support for more signed typesTaylor Holberton
2016-09-16Merge branch 'address-duplicate-control-names' of https://github.com/dawagner...Taylor Holberton
2016-08-03Added get_file_descriptor()Taylor Holberton
2015-10-12asound.h: include <time.h> to get struct timespec prototyperofl0r
2015-09-15Merge pull request #48 from vinodkoul/wait_delaySimon Wilson
2014-09-09mixer: Add mixer_ctl_get_idRichard Fitzgerald
2014-08-12tinyalsa: add pcm_get_subdevice()David Wagner
2014-08-12Tinyalsa: add pcm_delay()Hardik T Shah
2014-06-03Update tinypcminfo to display format informationAndy Hung
2014-06-03Merge pull request #34 from elaurent/masterSimon Wilson
2014-05-08Merge pull request #33 from gkasten/CL_avsyncSimon Wilson
2014-05-06Merge pull request #23 from roml/cleanupSimon Wilson
2014-04-29tinyalsa: add separate call for pcm prepareOmair Mohammed Abdullah
2014-04-22Add a function to disambiguate duplicate control namesFrédéric Boisnard
2013-09-27add support for mmap readEric Laurent
2013-09-03pcm_get_htimestamp can now use CLOCK_MONOTONICGlenn Kasten
2013-07-17pcm: support S24_LE formatSimon Wilson
2013-06-28mixer: add mixer_get_name() APISimon Wilson
2013-06-28mixer: add mixer_ctl_update() APISimon Wilson
2013-05-07mixer: add get/set_array APISimon Wilson
2012-12-18Clean up asoundlib.h header fileRom Lemarchand
2012-12-03pcm: add pcm_get_params APISimon Wilson
2012-10-24mixer: Add mixer_ctl_{set,get}_bytes()Dimitris Papastamos
2012-10-22Add pcm_wait() to the tinyalsa API.Gabriel M. Beddingfield