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
Age
Commit message (
Expand
)
Author
2017-04-10
moved code in pcm_open() to pcm_set_config()
Taylor Holberton
2017-04-10
added prototypes for _get_config() and _set_config()
Taylor Holberton
2017-04-10
removed tab characters
Taylor Holberton
2017-04-10
added pcm_get_config()
Taylor Holberton
2017-04-06
simplified pcm_read() and pcm_write()
Taylor Holberton
2017-04-06
checking limits of frame counts
Taylor Holberton
2017-04-06
removed debug statement
Taylor Holberton
2017-04-06
added limits for frames and channels
Taylor Holberton
2017-04-06
added interval structures
Taylor Holberton
2017-04-06
removed stray tab
Taylor Holberton
2017-01-19
fixed indentation on if statement
Taylor Holberton
2017-01-19
Merge pull request #95 from plbossart/master
Taylor Holberton
2017-01-19
tinymix: fix segfaults with set command
Pierre-Louis Bossart
2017-01-14
linking with static libtinyalsa
Taylor Holberton
2017-01-14
updated read handling for pcm_readi
Taylor Holberton
2017-01-14
added clean target
Taylor Holberton
2017-01-14
added ndk-build directories
Taylor Holberton
2017-01-14
added jni/Android.mk for Android NDK
Taylor Holberton
2017-01-14
added cross compile var to examples
Taylor Holberton
2017-01-13
added doc on pcm_open and null checking pcm_is_ready
Taylor Holberton
2017-01-11
Merge pull request #94 from bpankajl/mixer_wait_event
Taylor Holberton
2017-01-11
Fix mixer_wait_event function comments
Pankaj Bharadiya
2017-01-11
Merge pull request #93 from bpankajl/mixer_wait_event
Taylor Holberton
2017-01-11
Tinyalsa: Add support to poll on alsa control
Pankaj Bharadiya
2017-01-10
Merge pull request #92 from bpankajl/tvl_fix
Taylor Holberton
2017-01-10
Fix the byte control set/get method
Pankaj Bharadiya
2017-01-10
mixer: Add support for TLV RW access check api
Pankaj Bharadiya
2016-12-28
Merge pull request #91 from ricardobiehl/master
Taylor Holberton
2016-12-28
corrected (over/under)run definition in pcm.h
Ricardo Biehl Pasquali
2016-12-24
Added pcm_open_by_name()
Taylor Holberton
2016-12-04
Added include directory in CFLAGS variable
Taylor Holberton
2016-12-04
Added pcm_link and pcm_unlink functions
Taylor Holberton
2016-12-04
added ../examples to example path
Taylor Holberton
2016-12-04
Added examples subdir to 'all' and 'clean' targets
Taylor Holberton
2016-12-04
Added examples for basic IO
Taylor Holberton
2016-12-04
Added new ignore patterns
Taylor Holberton
2016-12-02
Removed asound.h
Taylor Holberton
2016-12-02
Merge pull request #90 from rfvirgil/control-update
Taylor Holberton
2016-12-02
mixer: add ability to update control list with new controls
Richard Fitzgerald
2016-12-01
Merge branch 'master' of https://github.com/tinyalsa/tinyalsa
Taylor Holberton
2016-12-01
Merge branch 'develop'
Taylor Holberton
2016-12-01
added changelog for version 1.1.0
Taylor Holberton
2016-12-01
added soversion with minor and patch number
Taylor Holberton
2016-12-01
bumped version
Taylor Holberton
2016-12-01
renamed parameter in doc
Taylor Holberton
2016-12-01
bumped minor version
Taylor Holberton
2016-12-01
Using frame counts in pcm_readi and pcm_writei
Taylor Holberton
2016-12-01
Replaced old calls to pcm_read and pcm_write
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
[prev]
[next]