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
Age
Commit message (
Expand
)
Author
2019-01-08
pcm: Remove 'prepared' variable from pcm structure
Ricardo Biehl Pasquali
2019-01-08
pcm: Remove prepare before start
Ricardo Biehl Pasquali
2019-01-08
pcm: Remove start before read
Ricardo Biehl Pasquali
2019-01-08
pcm: Prepare after overrun
Ricardo Biehl Pasquali
2019-01-08
pcm: Remove code assuming start after write
Ricardo Biehl Pasquali
2019-01-08
pcm: Move prepare action to xrun handling
Ricardo Biehl Pasquali
2019-01-08
pcm: Do prepare action in pcm_open()
Ricardo Biehl Pasquali
2018-11-28
Added ifndef around macros
Taylor Holberton
2018-11-28
Checking for definition of __bitwise, __force, __user
Taylor Holberton
2018-07-17
Fixed pcm_start when pcm is linked to other pcm device
Miguel Gaio
2018-07-17
Corrected pcm_sync_ptr() on dma mmap coherent architecture
Miguel Gaio
2018-04-11
Fixup some minor code formatting issues
Charles Keepax
2018-04-10
Fix pcm_writei return value if pcm is in not running state.
Miguel GAIO
2017-10-12
added PCM_NONBLOCK macro
Taylor Holberton
2017-05-23
bumped version
Taylor Holberton
2017-04-10
adding bounds check only when needed
Taylor Holberton
2017-04-10
moved code in pcm_open() to pcm_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-01-13
added doc on pcm_open and null checking pcm_is_ready
Taylor Holberton
2017-01-11
Fix mixer_wait_event function comments
Pankaj Bharadiya
2017-01-11
Tinyalsa: Add support to poll on alsa control
Pankaj Bharadiya
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-24
Added pcm_open_by_name()
Taylor Holberton
2016-12-04
Added pcm_link and pcm_unlink functions
Taylor Holberton
2016-12-02
mixer: add ability to update control list with new controls
Richard Fitzgerald
2016-12-01
added soversion with minor and patch number
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 function, mixer_get_num_ctls_by_name
Taylor Holberton
2016-12-01
Added mixer_get_ctl_const
Taylor Holberton
2016-12-01
Added const specifier for several mixer functions
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-24
Merge pull request #88 from dawagner/fix-includes-install-path
Taylor Holberton
2016-11-24
Fix install path of include files
David Wagner
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
[prev]
[next]