Commit Graph

  • 3d62222391 Add pcm_wait() to the tinyalsa API. Gabriel M. Beddingfield 2012-04-19 21:17:56 -05:00
  • f9678dd81c tinyplay: Add missing header file <string.h> Gabriel M. Beddingfield 2012-04-19 21:33:39 -05:00
  • cde1f6f974 Fix several 'symbol defined but not used' warnings. Gabriel M. Beddingfield 2012-04-19 21:36:19 -05:00
  • 2a274a18b0 pcm: Add support for S8 and S24LE formats. Gabriel M. Beddingfield 2012-05-02 11:51:20 -05:00
  • a5baefd1ab tinymix: support setting of multiple control values Simon Wilson 2012-09-17 13:05:06 -07:00
  • 93e7b67301 pcm: fix default capture start threshold Eric Laurent 2012-08-22 16:18:14 -07:00
  • eb84d21dcc Report correct chunk size per RIFF format requirements Peter Malkin 2012-07-03 16:22:14 -07:00
  • 80d8254df0 Merge pull request #14 from kyoungpark/master tinyalsa 2012-05-15 17:24:14 -07:00
  • fcebcad991 Merge pull request #13 from mesak82/tinycap_header tinyalsa 2012-05-15 16:46:41 -07:00
  • 2581a1e4f5 add error check for pcm_start Keunyoung 2012-05-10 10:50:00 -07:00
  • b6db70a160 pcm: Add PCM_NORESTART flag John Grossman 2012-04-03 16:37:38 -07:00
  • 6a52f2cbad mixer: add missing include for sys/ioctl.h Simon Wilson 2012-05-04 16:32:10 -07:00
  • 9eba533b82 tinyplay: add multichannel support Simon Wilson 2012-05-01 23:26:25 -07:00
  • fba29e6b27 tinycap: Fix byte_rate and block_align values Misael Lopez Cruz 2012-04-05 19:28:00 -05:00
  • 8fe2c93b75 mixer: remove redundant IOCTL_ELEM_READs Simon Wilson 2012-03-08 10:30:15 -08:00
  • b29ac1ab6b mixer: simplify string get APIs Simon Wilson 2012-03-08 10:15:08 -08:00
  • 174d874d97 tinycap: add missing options to usage string Simon Wilson 2012-03-08 10:19:31 -08:00
  • e85d8058e8 Merge pull request #10 from axelcx/tiny-alsa-ti tinyalsa 2012-02-14 10:54:41 -08:00
  • a6dd4abcbf tinyplay: Use buffer size in bytes instead of frames Axel Castaneda Gonzalez 2012-02-03 14:32:55 -06:00
  • 43625117cf Merge pull request #4 from broonie/pcm tinyalsa 2012-02-10 17:58:19 -08:00
  • 5f64fe734e pcm: Factor out pcm_start() from pcm_read() Mark Brown 2011-07-29 11:04:13 +01:00
  • d88eedb72a Merge pull request #11 from broonie/const-write tinyalsa 2012-02-10 14:48:21 -08:00
  • 19eda2de96 Merge pull request #9 from gabrbedd/topic/params tinyalsa 2012-02-10 14:26:41 -08:00
  • 6bbe77a79a pcm: Constify write buffers Mark Brown 2012-02-10 22:07:09 +00:00
  • 9989fc25de tinycap, tinyplay, tinymix: Add extra parameters. Gabriel M. Beddingfield 2012-02-08 16:19:05 -06:00
  • 3e3376a4b7 tinycap, tinyplay: Check *argv before dereferencing. Gabriel M. Beddingfield 2011-11-28 17:17:00 -06:00
  • 80085d470d pcm: Fix integer size error. Gabriel M. Beddingfield 2012-02-08 16:53:32 -06:00
  • 350211381a pcm: fix pcm capture dropping samples Eric Laurent 2012-01-30 11:31:56 -08:00
  • 7db48587ba pcm: more state checking in pcm_get_htimestamp() Eric Laurent 2011-11-17 11:47:59 -08:00
  • ee9ba87d9b pcm: fix underrun detection Eric Laurent 2011-11-15 19:04:03 -08:00
  • 52510160f9 mixer: show BYTE controls Pierre-Louis Bossart 2011-10-24 15:00:17 -05:00
  • a912d706c1 include: fix header comments and arguments Pierre-Louis Bossart 2011-10-24 14:36:36 -05:00
  • 6be28f1b16 pcm: add mmap playback and no periodic IRQ support. Liam Girdwood 2011-10-13 12:59:51 -07:00
  • fa0697e887 tinyplay: fix segfault caused by missing device argument Simon Wilson 2011-08-09 16:22:40 -07:00
  • 764d341b0c tinyplay: add support for device parameter Chris Kelly 2011-07-21 14:07:24 -05:00
  • df8ae90855 tinymix: print mixer values when no mixer control is specified Changoh Heo 2011-07-26 16:01:55 -07:00
  • 7de3eaf350 Ensure threasholds are zeroed before opening pcm Simon Wilson 2011-08-05 12:00:00 -07:00
  • 3bb114a645 pcm: add control for ASLA thresholds to pcm_open John Grossman 2011-07-21 10:59:55 -07:00
  • ee99f213b2 include: make it easier to use this header from C++ John Grossman 2011-07-13 16:21:11 -07:00
  • 89b3128f31 Makefile: Don't error out of clean if already clean Mark Brown 2011-07-27 14:48:29 +01:00
  • a14dad95d4 tinymix: Say if we can't open the mixer Mark Brown 2011-07-27 14:48:28 +01:00
  • 49900f07e4 Merge pull request #3 from broonie/noprelink tinyalsa 2011-07-27 12:37:27 -07:00
  • ea019eff36 Merge pull request #2 from broonie/add-include tinyalsa 2011-07-27 11:21:39 -07:00
  • 40b018e35a pcm: add pcm_get_htimestamp() function Eric Laurent 2011-06-18 10:10:23 -07:00
  • 99089d75f2 Android.mk: Disable prelinking by default Mark Brown 2011-07-21 19:00:21 +01:00
  • 648e14a421 include: Add a local asound.h to allow build with current public releases Mark Brown 2011-07-21 18:55:21 +01:00
  • c8aedefba2 tinycap: remove extra parameter from strcmp Simon Wilson 2011-07-19 11:18:37 -07:00
  • dd84573ac2 Add tinycap utility to capture PCM riff/wave files Simon Wilson 2011-07-14 12:02:05 -07:00
  • d6458e6f62 pcm: add pcm_start/stop() functions for streams Simon Wilson 2011-06-21 14:58:11 -07:00
  • bc03b62083 pcm: fix TODOs for 32 bit support Simon Wilson 2011-06-15 17:19:01 -07:00
  • 193b1c3b26 mixer: make error handling more consistent Simon Wilson 2011-06-07 23:42:38 -07:00
  • 98c1f16cbd Fix error cases and some spurious whitespace Simon Wilson 2011-06-07 16:12:32 -07:00
  • b9d4f6bfee Add integer range getters to mixer Simon Wilson 2011-06-06 14:41:02 -07:00
  • c6f3e464f5 tinymix: fix compilation warnings Simon Wilson 2011-06-06 10:57:22 -07:00
  • f0a20ee4cc Implement mixer setting in tinymix Simon Wilson 2011-06-05 21:18:52 -07:00
  • 066c9f6753 Add enum support to mixer Simon Wilson 2011-06-05 18:23:05 -07:00
  • d2cb503009 Improve mixer support Simon Wilson 2011-06-04 00:57:17 -07:00
  • 98be0055ff Fix issues with tinyplay Simon Wilson 2011-06-03 18:27:08 -07:00
  • a0ef465b31 Add tinyplay utility to play PCM riff/wave files Simon Wilson 2011-06-02 23:40:00 -07:00
  • 44c6c359e7 Add Makefile for libtinyalsa Simon Wilson 2011-06-02 23:38:14 -07:00
  • 1bd580fcba Support multiple cards and devices Simon Wilson 2011-06-02 15:58:41 -07:00
  • 851aa5cc15 pcm: fix minor code errors Simon Wilson 2011-05-30 21:18:26 -07:00
  • a1bb1e0a27 mixer: implement mixer_ctl_set/get_int functions Simon Wilson 2011-05-26 18:22:00 -07:00
  • 542a629f75 Add aims for project Simon Wilson 2011-05-25 14:05:42 -07:00
  • 79d396583b Initial contribution Simon Wilson 2011-05-25 13:44:23 -07:00