aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-03Add tinypcminfo utilitySimon Wilson
2012-12-03pcm: add pcm_get_params APISimon Wilson
2012-11-09Add -Wall to Makefile and fix warningsSimon Wilson
2012-11-09tinyplay: add clean shutdown handler for ctrl-cLiam Girdwood
2012-11-09Merge pull request #15 from quantumdream/masterSimon Wilson
2012-11-09tinymix: Add support for passing control nameMisael Lopez Cruz
2012-10-24tinyalsa: Add a CROSS_COMPILE variable in the MakefileDimitris Papastamos
2012-10-24mixer: Add mixer_ctl_{set,get}_bytes()Dimitris Papastamos
2012-10-22Merge pull request #16 from PeterMalkin/masterSimon Wilson
2012-10-22Add pcm_wait() to the tinyalsa API.Gabriel M. Beddingfield
2012-10-22tinyplay: Add missing header file <string.h>Gabriel M. Beddingfield
2012-10-22Fix several 'symbol defined but not used' warnings.Gabriel M. Beddingfield
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-07-03Report correct chunk size per RIFF format requirementsPeter Malkin
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