aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-22pcm: Add support for S8 and S24LE formats.Gabriel M. Beddingfield
2012-09-18tinymix: support setting of multiple control valuesSimon Wilson
2012-09-18pcm: fix default capture start thresholdEric Laurent
2012-05-15Merge pull request #14 from kyoungpark/mastertinyalsa
2012-05-15Merge pull request #13 from mesak82/tinycap_headertinyalsa
2012-05-10add error check for pcm_startKeunyoung
2012-05-04pcm: Add PCM_NORESTART flagJohn Grossman
2012-05-04mixer: add missing include for sys/ioctl.hSimon Wilson
2012-05-04tinyplay: add multichannel supportSimon Wilson
2012-04-05tinycap: Fix byte_rate and block_align valuesMisael Lopez Cruz
2012-03-08mixer: remove redundant IOCTL_ELEM_READsSimon Wilson
2012-03-08mixer: simplify string get APIsSimon Wilson
2012-03-08tinycap: add missing options to usage stringSimon Wilson
2012-02-14Merge pull request #10 from axelcx/tiny-alsa-titinyalsa
2012-02-13tinyplay: Use buffer size in bytes instead of framesAxel Castaneda Gonzalez
2012-02-10Merge pull request #4 from broonie/pcmtinyalsa
2012-02-11pcm: Factor out pcm_start() from pcm_read()Mark Brown
2012-02-10Merge pull request #11 from broonie/const-writetinyalsa
2012-02-10Merge pull request #9 from gabrbedd/topic/paramstinyalsa
2012-02-10pcm: Constify write buffersMark Brown
2012-02-08tinycap, tinyplay, tinymix: Add extra parameters.Gabriel M. Beddingfield
2012-02-08tinycap, tinyplay: Check *argv before dereferencing.Gabriel M. Beddingfield
2012-02-08pcm: Fix integer size error.Gabriel M. Beddingfield
2012-01-30pcm: fix pcm capture dropping samplesEric Laurent
2011-11-17pcm: more state checking in pcm_get_htimestamp()Eric Laurent
2011-11-16pcm: fix underrun detectionEric Laurent
2011-10-27mixer: show BYTE controlsPierre-Louis Bossart
2011-10-27include: fix header comments and argumentsPierre-Louis Bossart
2011-10-13pcm: add mmap playback and no periodic IRQ support.Liam Girdwood
2011-08-09tinyplay: fix segfault caused by missing device argumentSimon Wilson
2011-08-09tinyplay: add support for device parameterChris Kelly
2011-08-09tinymix: print mixer values when no mixer control is specifiedChangoh Heo
2011-08-05Ensure threasholds are zeroed before opening pcmSimon Wilson
2011-07-27pcm: add control for ASLA thresholds to pcm_openJohn Grossman
2011-07-27include: make it easier to use this header from C++John Grossman
2011-07-27Makefile: Don't error out of clean if already cleanMark Brown
2011-07-27tinymix: Say if we can't open the mixerMark Brown
2011-07-27Merge pull request #3 from broonie/noprelinktinyalsa
2011-07-27Merge pull request #2 from broonie/add-includetinyalsa
2011-07-25pcm: add pcm_get_htimestamp() functionEric Laurent
2011-07-21Android.mk: Disable prelinking by defaultMark Brown
2011-07-21include: Add a local asound.h to allow build with current public releasesMark Brown
2011-07-19tinycap: remove extra parameter from strcmpSimon Wilson
2011-07-14Add tinycap utility to capture PCM riff/wave filesSimon Wilson
2011-06-24pcm: add pcm_start/stop() functions for streamsSimon Wilson
2011-06-15pcm: fix TODOs for 32 bit supportSimon Wilson
2011-06-07mixer: make error handling more consistentSimon Wilson
2011-06-07Fix error cases and some spurious whitespaceSimon Wilson
2011-06-06Add integer range getters to mixerSimon Wilson
2011-06-06tinymix: fix compilation warningsSimon Wilson