aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-24Defer filling enum-type mixers informationDavid.Coutherut
2014-05-06Merge pull request #31 from rfvirgil/masterSimon Wilson
2014-05-06mixer: Control input value in mixer_ctl_set_valueAndroidict
2014-05-06Merge pull request #23 from roml/cleanupSimon Wilson
2014-05-06Merge pull request #21 from quantumdream/masterSimon Wilson
2014-04-30Merge pull request #39 from dawagner/separate-pcm-prepareSimon Wilson
2014-04-29tinyalsa: add separate call for pcm prepareOmair Mohammed Abdullah
2013-10-30tinymix: Add support for setting/getting a binary controlDimitris Papastamos
2013-08-13tinycap: support streaming captured PCM to stdoutRichard Fitzgerald
2013-07-17tinymix: only print mixer name for full mixer dumpSimon Wilson
2013-07-17tinycap: support 24 bit captureSimon Wilson
2013-07-17pcm: support S24_LE formatSimon Wilson
2013-06-28mixer: add mixer_get_name() APISimon Wilson
2013-06-28mixer: add mixer_ctl_update() APISimon Wilson
2013-05-07mixer: add get/set_array APISimon Wilson
2013-04-30tinycap: convert size from frames to bytesceskobassman
2012-12-18Clean up asoundlib.h header fileRom Lemarchand
2012-12-14Merge pull request #22 from roml/errmsgSimon Wilson
2012-12-14Makefile: remove tinypcminfo during cleanSimon Wilson
2012-12-14tinyplay: Make error messages more meaningfulRom Lemarchand
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