- 31 Jan, 2014 1 commit
-
-
Glenn Kasten authored
Change-Id: Idc977bba5f364d8a22fe9756edf9bd2859eb0441
-
- 17 Sep, 2013 1 commit
-
-
Eric Laurent authored
Change-Id: Ief5e043025332480307017295317a3d20d6d4d65
-
- 30 Aug, 2013 1 commit
-
-
Glenn Kasten authored
Previously the timebase was not documented. Now a new pcm_open flag can be used to specify the clock. If flag PCM_MONOTONIC is specified, then pcm_open uses SNDRV_PCM_IOCTL_TTSTAMP with parameter SNDRV_PCM_TSTAMP_TYPE_MONOTONIC to request timestamps in CLOCK_MONOTONIC. Change-Id: I40ce359cb38d686cbb2521fb0602a8a17ab4f925
-
- 17 Jul, 2013 1 commit
-
-
Simon Wilson authored
782bfda tinymix: only print mixer name for full mixer dump 4f49678 tinycap: support 24 bit capture 7136cf7 pcm: support S24_LE format Change-Id: Icf48dfe16883771e9ab9d14c5ec24f7d8a907bac
-
- 28 Jun, 2013 1 commit
-
-
Simon Wilson authored
ec28139 mixer: add mixer_get_name() API 710df88 mixer: add mixer_ctl_update() API Change-Id: I0cabe7e673a53f4358b5dbae4a17112eff5a2848
-
- 24 Jun, 2013 1 commit
-
-
Simon Wilson authored
38f87f3 mixer: add get/set_array API Change-Id: Ib44636dcb92412e2a537928bae28add2627180e4
-
- 03 Dec, 2012 1 commit
-
-
Simon Wilson authored
f7f35cc Add tinypcminfo utility 4354488 pcm: add pcm_get_params API Change-Id: I50e196bc299734b6e020bdcededa4f903ee5c5c2
-
- 09 Nov, 2012 1 commit
-
-
Simon Wilson authored
2c3a8e2 Add -Wall to Makefile and fix warnings 4ef9a57 tinyplay: add clean shutdown handler for ctrl-c 9bb8066 Merge pull request #15 from quantumdream/master bad2b79 tinymix: Add support for passing control name f51c05b mixer: Add mixer_ctl_{set,get}_bytes() fcf66ab Merge pull request #16 from PeterMalkin/master 3d62222 Add pcm_wait() to the tinyalsa API. f9678dd tinyplay: Add missing header file <string.h> cde1f6f Fix several 'symbol defined but not used' warnings. 2a274a1 pcm: Add support for S8 and S24LE formats. a5baefd tinymix: support setting of multiple control values Change-Id: I3d5fe076753ce7d1f74dd3ebedc59202d29f4efd
-
- 03 Apr, 2012 1 commit
-
-
John Grossman authored
Add a flag which can be passed to pcm_open (called PCM_NORESTART). When set on a playback stream, calls to pcm_write will not automatically attempt to restart an ALSA device in the case of an underflow. Instead, it will propagate the first EPIPE error up to the application to allow it to handle the underflow situation. Subsequent calls to pcm_write will attempt to start the pipeline. Change-Id: If17973c6de9079c4227631bac9ff09b218377344 Signed-off-by:
John Grossman <johngro@google.com>
-
- 08 Mar, 2012 1 commit
-
-
Simon Wilson authored
8fe2c93 mixer: remove redundant IOCTL_ELEM_READs b29ac1a mixer: simplify string get APIs 174d874 tinycap: add missing options to usage string Change-Id: Id91acf6a084dac3dd0d07966330e10ffc95618bd
-
- 28 Feb, 2012 1 commit
-
-
Simon Wilson authored
a6dd4ab tinyplay: Use buffer size in bytes instead of frames 5f64fe7 pcm: Factor out pcm_start() from pcm_read() 6bbe77a pcm: Constify write buffers 9989fc2 tinycap, tinyplay, tinymix: Add extra parameters. 3e3376a tinycap, tinyplay: Check *argv before dereferencing. 80085d4 pcm: Fix integer size error. Change-Id: I69a37c0a89e5531b9ab66a8b3f730765904ed9f7
-
- 20 Jan, 2012 1 commit
-
-
Glenn Kasten authored
Change-Id: If5e7d892a1d78d83602a6bce57f8b466fa54dbd6
-
- 16 Nov, 2011 1 commit
-
-
Simon Wilson authored
ee9ba87 pcm: fix underrun detection 5251016 mixer: show BYTE controls a912d70 include: fix header comments and arguments Change-Id: I33386f64b65b55c337ceacbe62dc6d498a536378
-
- 14 Oct, 2011 2 commits
-
-
Eric Laurent authored
Added support for setting avail_min when opening a stream as well as dynamically changing its value whitout stopping playback when the stream is opened in mmap and no irq mode. Allow writing less than avail_min frames to pcm_mmap_write() without systematically waiting for avail_min frames to be available. Also fixed wait timeout for no irq mode in pcm_mmap_write(). Change-Id: Ief8e05dde8d538185174da9ef14e27a0a470057c
-
Simon Wilson authored
6be28f1 pcm: add mmap playback and no periodic IRQ support. fa0697e tinyplay: fix segfault caused by missing device argument Change-Id: I22cf8f01eba21e42b4fa43cc5fd9edd2826f44fa
-
- 27 Jul, 2011 1 commit
-
-
Simon Wilson authored
3bb114a pcm: add control for ASLA thresholds to pcm_open ee99f21 include: make it easier to use this header from C++ 89b3128 Makefile: Don't error out of clean if already clean a14dad9 tinymix: Say if we can't open the mixer 49900f0 Merge pull request #3 from broonie/noprelink ea019ef Merge pull request #2 from broonie/add-include Change-Id: I110de23af1f43d2cefb134204cb0439a7fd4c1d0
-
- 25 Jul, 2011 1 commit
-
-
Simon Wilson authored
40b018e pcm: add pcm_get_htimestamp() function c8aedef tinycap: remove extra parameter from strcmp Change-Id: Ic241e3b5e41e26cf6586d0489488c96fae692e0b
-
- 24 Jun, 2011 2 commits
-
-
Simon Wilson authored
d6458e6 pcm: add pcm_start/stop() functions for streams Change-Id: Iba1dd4e6adc0be68008b44978d55231c584e92c4
-
Simon Wilson authored
d6458e6 pcm: add pcm_start/stop() functions for streams Change-Id: Iba1dd4e6adc0be68008b44978d55231c584e92c4
-
- 08 Jun, 2011 1 commit
-
-
Simon Wilson authored
From git://github.com/tinyalsa/tinyalsa.git 193b1c3b Change-Id: I8971581d4867bd785ac628638679d2c09c79169f
-