History log of /external/tinyalsa/tinyplay.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9673f5717d824137d64320d0bc98a6461a9383a8 02-May-2013 Simon Wilson <simonwilson@google.com> Update to latest tinyalsa

5089567 tinycap: convert size from frames to bytes
7a12d9c tinyplay: Make error messages more meaningful

Change-Id: Id906c3827123616bd698dd93f575137b9e78e49c
/external/tinyalsa/tinyplay.c
da39e0b09eb0a1b559a96e2108160d1d8dccf314 10-Nov-2012 Simon Wilson <simonwilson@google.com> Update to latest tinyalsa

2c3a8e2 Add -Wall to Makefile and fix warnings
4ef9a57 tinyplay: add clean shutdown handler for ctrl-c
9bb8066 Merge pull request #15 from quantumdream/master
bad2b79 tinymix: Add support for passing control name
f51c05b mixer: Add mixer_ctl_{set,get}_bytes()
fcf66ab Merge pull request #16 from PeterMalkin/master
3d62222 Add pcm_wait() to the tinyalsa API.
f9678dd tinyplay: Add missing header file <string.h>
cde1f6f Fix several 'symbol defined but not used' warnings.
2a274a1 pcm: Add support for S8 and S24LE formats.
a5baefd tinymix: support setting of multiple control values

Change-Id: I3d5fe076753ce7d1f74dd3ebedc59202d29f4efd
/external/tinyalsa/tinyplay.c
85dc38f5bee79c184260e8c665cc34143be12bd4 16-May-2012 Simon Wilson <simonwilson@google.com> Update to latest tinyalsa

2581a1e add error check for pcm_start
6a52f2c mixer: add missing include for sys/ioctl.h
9eba533 tinyplay: add multichannel support
fba29e6 tinycap: Fix byte_rate and block_align values

Change-Id: Icbee0a8c1e101234ac55ba8494c74b442f215576
/external/tinyalsa/tinyplay.c
daa83291944318d8face12c780dfb69ae96b0723 29-Feb-2012 Simon Wilson <simonwilson@google.com> Update to latest tinyalsa

a6dd4ab tinyplay: Use buffer size in bytes instead of frames
5f64fe7 pcm: Factor out pcm_start() from pcm_read()
6bbe77a pcm: Constify write buffers
9989fc2 tinycap, tinyplay, tinymix: Add extra parameters.
3e3376a tinycap, tinyplay: Check *argv before dereferencing.
80085d4 pcm: Fix integer size error.

Change-Id: I69a37c0a89e5531b9ab66a8b3f730765904ed9f7
/external/tinyalsa/tinyplay.c
e9942c8b1fab1cea4836b5af2dd59a1bf0ad411d 13-Oct-2011 Simon Wilson <simonwilson@google.com> Update to latest tinyalsa

6be28f1 pcm: add mmap playback and no periodic IRQ support.
fa0697e tinyplay: fix segfault caused by missing device argument

Change-Id: I22cf8f01eba21e42b4fa43cc5fd9edd2826f44fa
/external/tinyalsa/tinyplay.c
621047309242d04a6186230e7a337de8642ec754 05-Aug-2011 Simon Wilson <simonwilson@google.com> Update to latest tinyalsa

764d341 tinyplay: add support for device parameter
df8ae90 tinymix: print mixer values when no mixer control is specified
7de3eaf Ensure threasholds are zeroed before opening pcm

Change-Id: Ie7b652b16b90d05fc9dee6ce31c7ffc3dc9a47f1
/external/tinyalsa/tinyplay.c
edff708e3129d7d8e05bbdfb624af97a3264a332 07-Jun-2011 Simon Wilson <simonwilson@google.com> Initial version of tinyalsa

From git://github.com/tinyalsa/tinyalsa.git 193b1c3b

Change-Id: I8971581d4867bd785ac628638679d2c09c79169f
/external/tinyalsa/tinyplay.c