Age | Commit message (Expand) | Author |
2012-12-14 | Makefile: remove tinypcminfo during clean | Simon Wilson |
2012-12-03 | Add tinypcminfo utility | 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-11-09 | tinyplay: add clean shutdown handler for ctrl-c | Liam Girdwood |
2012-11-09 | Merge pull request #15 from quantumdream/master | Simon Wilson |
2012-11-09 | tinymix: Add support for passing control name | Misael Lopez Cruz |
2012-10-24 | tinyalsa: Add a CROSS_COMPILE variable in the Makefile | Dimitris Papastamos |
2012-10-24 | mixer: Add mixer_ctl_{set,get}_bytes() | Dimitris Papastamos |
2012-10-22 | Merge pull request #16 from PeterMalkin/master | Simon Wilson |
2012-10-22 | Add pcm_wait() to the tinyalsa API. | Gabriel M. Beddingfield |
2012-10-22 | tinyplay: Add missing header file <string.h> | Gabriel M. Beddingfield |
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 | tinymix: support setting of multiple control values | Simon Wilson |
2012-09-18 | pcm: fix default capture start threshold | Eric Laurent |
2012-07-03 | Report correct chunk size per RIFF format requirements | Peter Malkin |
2012-05-15 | Merge pull request #14 from kyoungpark/master | tinyalsa |
2012-05-15 | Merge pull request #13 from mesak82/tinycap_header | tinyalsa |
2012-05-10 | add error check for pcm_start | Keunyoung |
2012-05-04 | pcm: Add PCM_NORESTART flag | John Grossman |
2012-05-04 | mixer: add missing include for sys/ioctl.h | Simon Wilson |
2012-05-04 | tinyplay: add multichannel support | Simon Wilson |
2012-04-05 | tinycap: Fix byte_rate and block_align values | Misael Lopez Cruz |
2012-03-08 | mixer: remove redundant IOCTL_ELEM_READs | Simon Wilson |
2012-03-08 | mixer: simplify string get APIs | Simon Wilson |
2012-03-08 | tinycap: add missing options to usage string | Simon Wilson |
2012-02-14 | Merge pull request #10 from axelcx/tiny-alsa-ti | tinyalsa |
2012-02-13 | tinyplay: Use buffer size in bytes instead of frames | Axel Castaneda Gonzalez |
2012-02-10 | Merge pull request #4 from broonie/pcm | tinyalsa |
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 | Merge pull request #9 from gabrbedd/topic/params | tinyalsa |
2012-02-10 | pcm: Constify write buffers | Mark Brown |
2012-02-08 | tinycap, tinyplay, tinymix: Add extra parameters. | Gabriel M. Beddingfield |
2012-02-08 | tinycap, tinyplay: Check *argv before dereferencing. | Gabriel M. Beddingfield |
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-27 | mixer: show BYTE controls | Pierre-Louis Bossart |
2011-10-27 | include: fix header comments and arguments | Pierre-Louis Bossart |
2011-10-13 | pcm: add mmap playback and no periodic IRQ support. | Liam Girdwood |
2011-08-09 | tinyplay: fix segfault caused by missing device argument | Simon Wilson |
2011-08-09 | tinyplay: add support for device parameter | Chris Kelly |
2011-08-09 | tinymix: print mixer values when no mixer control is specified | Changoh Heo |
2011-08-05 | Ensure threasholds are zeroed before opening pcm | Simon Wilson |
2011-07-27 | pcm: add control for ASLA thresholds to pcm_open | John Grossman |
2011-07-27 | include: make it easier to use this header from C++ | John Grossman |
2011-07-27 | Makefile: Don't error out of clean if already clean | Mark Brown |