index
:
tinyalsa
master
Tiny library to interface with ALSA in the Linux kernel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pcm.c
Age
Commit message (
Expand
)
Author
2017-01-13
added doc on pcm_open and null checking pcm_is_ready
Taylor Holberton
2016-12-24
Added pcm_open_by_name()
Taylor Holberton
2016-12-04
Added pcm_link and pcm_unlink functions
Taylor Holberton
2016-12-01
renamed parameter in doc
Taylor Holberton
2016-12-01
Using frame counts in pcm_readi and pcm_writei
Taylor Holberton
2016-12-01
Added pcm_readi and pcm_writei functions
Taylor Holberton
2016-12-01
Added format related getters for PCM
Taylor Holberton
2016-12-01
Added const specifier in several functions
Taylor Holberton
2016-12-01
added const specifier in function, pcm_is_ready
Taylor Holberton
2016-12-01
Added const specifier in pcm_open
Taylor Holberton
2016-12-01
Added const specifier in several functions
Taylor Holberton
2016-11-23
added parameter doc
Taylor Holberton
2016-11-23
added some documentation
Taylor Holberton
2016-11-22
corrected error handling in pcm_sync_ptr()
Taylor Holberton
2016-11-19
added some documentation
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
2016-10-01
added basic pcm documentation
Taylor Holberton
2016-10-01
put source files into src dir
Taylor Holberton