Age | Commit message (Expand) | Author |
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 |
2011-07-27 | tinymix: Say if we can't open the mixer | Mark Brown |
2011-07-27 | Merge pull request #3 from broonie/noprelink | tinyalsa |
2011-07-27 | Merge pull request #2 from broonie/add-include | tinyalsa |
2011-07-25 | pcm: add pcm_get_htimestamp() function | Eric Laurent |
2011-07-21 | Android.mk: Disable prelinking by default | Mark Brown |
2011-07-21 | include: Add a local asound.h to allow build with current public releases | Mark Brown |
2011-07-19 | tinycap: remove extra parameter from strcmp | Simon Wilson |
2011-07-14 | Add tinycap utility to capture PCM riff/wave files | Simon Wilson |
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 | mixer: make error handling more consistent | Simon Wilson |
2011-06-07 | Fix error cases and some spurious whitespace | Simon Wilson |
2011-06-06 | Add integer range getters to mixer | Simon Wilson |
2011-06-06 | tinymix: fix compilation warnings | Simon Wilson |
2011-06-05 | Implement mixer setting in tinymix | Simon Wilson |
2011-06-05 | Add enum support to mixer | Simon Wilson |
2011-06-04 | Improve mixer support | Simon Wilson |