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
/
pcm.c
Age
Commit message (
Expand
)
Author
2016-10-01
put source files into src dir
Taylor Holberton
2016-10-01
voided unused parameter
Taylor Holberton
2016-10-01
added support for more signed types
Taylor Holberton
2016-09-16
fixed bracket placement
Taylor Holberton
2016-09-16
Merge pull request #74 from dimkr/master
Taylor Holberton
2016-08-03
Added get_file_descriptor()
Taylor Holberton
2016-03-05
include time.h, to prevent use of struct timespec before definition
Dima Krasner
2015-09-15
Merge pull request #48 from vinodkoul/wait_delay
Simon Wilson
2015-09-15
Merge pull request #37 from StevenNAN/patch-1
Simon Wilson
2014-08-12
tinyalsa: add pcm_get_subdevice()
David Wagner
2014-08-12
Tinyalsa: add pcm_delay()
Hardik T Shah
2014-08-12
Tinyalsa: allow pcm_wait to wait on POLLIN events
Apelete Seketeli
2014-06-03
Update tinypcminfo to display format information
Andy Hung
2014-06-03
Merge pull request #34 from elaurent/master
Simon Wilson
2014-05-08
Merge pull request #33 from gkasten/CL_avsync
Simon Wilson
2014-04-29
tinyalsa: add separate call for pcm prepare
Omair Mohammed Abdullah
2014-03-17
Update pcm.c
StevenNAN
2013-09-27
add support for mmap read
Eric Laurent
2013-09-03
pcm_get_htimestamp can now use CLOCK_MONOTONIC
Glenn Kasten
2013-07-17
pcm: support S24_LE format
Simon Wilson
2012-12-03
pcm: add pcm_get_params API
Simon Wilson
2012-11-09
Add -Wall to Makefile and fix warnings
Simon Wilson
2012-10-22
Fix several 'symbol defined but not used' warnings.
Gabriel M. Beddingfield
2012-10-22
pcm: Add support for S8 and S24LE formats.
Gabriel M. Beddingfield
2012-09-18
pcm: fix default capture start threshold
Eric Laurent
2012-05-10
add error check for pcm_start
Keunyoung
2012-05-04
pcm: Add PCM_NORESTART flag
John Grossman
2012-02-11
pcm: Factor out pcm_start() from pcm_read()
Mark Brown
2012-02-10
Merge pull request #11 from broonie/const-write
tinyalsa
2012-02-10
pcm: Constify write buffers
Mark Brown
2012-02-08
pcm: Fix integer size error.
Gabriel M. Beddingfield
2012-01-30
pcm: fix pcm capture dropping samples
Eric Laurent
2011-11-17
pcm: more state checking in pcm_get_htimestamp()
Eric Laurent
2011-11-16
pcm: fix underrun detection
Eric Laurent
2011-10-13
pcm: add mmap playback and no periodic IRQ support.
Liam Girdwood
2011-07-27
pcm: add control for ASLA thresholds to pcm_open
John Grossman
2011-07-25
pcm: add pcm_get_htimestamp() function
Eric Laurent
2011-06-24
pcm: add pcm_start/stop() functions for streams
Simon Wilson
2011-06-15
pcm: fix TODOs for 32 bit support
Simon Wilson
2011-06-07
Fix error cases and some spurious whitespace
Simon Wilson
2011-06-02
Support multiple cards and devices
Simon Wilson
2011-05-30
pcm: fix minor code errors
Simon Wilson
2011-05-25
Initial contribution
Simon Wilson