History log of /external/tinyalsa/tinymix.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
56754eba9ae2fc8ec6040cc18fe8c9fdb65b93e5 02-Apr-2015 Samreen Nilofer <samreen.nilofer@intel.com> tinymix: Remove the unused parameter from tinymix_set_byte_ctl()

The control pointer is not used in the tinymix_set_byte_ctl(),
hence removing it.

Signed-off-by: Samreen Nilofer <samreen.nilofer@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
(cherry picked from commit acc12b45388d204ab5be060f9393b32af2c341bc)

Bug: 27834022
Change-Id: Ib8e0b4b641c97665c06c85d116ea4578edfc93e1
/external/tinyalsa/tinymix.c
e3e1bce42b52e6c6455a7f5b771075e52602b830 02-Apr-2015 Samreen Nilofer <samreen.nilofer@intel.com> tinymix: Support more that 512 bytes in byte control

The set/get byte control support more than 512 bytes.
This is utilized by tlv type controls.

Signed-off-by: Samreen Nilofer <samreen.nilofer@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
(cherry picked from commit 7cab1ef96b60a7b16120cad230afb279329a01a1)

Bug: 27834022
Change-Id: I847328f05bca19cb083962f1e756c387a8e5fa43
/external/tinyalsa/tinymix.c
f3a9e418aed474bca4883d71d2beb12e11266795 25-Oct-2013 Dimitris Papastamos <dp@opensource.wolfsonmicro.com> tinymix: Add support for setting/getting a binary control

Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
Signed-off-by: Nariman Poushin <nariman@opensource.wolfsonmicro.com>
(cherry picked from commit e07db8eb43aee4c9eff138dc2598550acdf43d95)

Bug: 27834022
Change-Id: Ie8ecccf2904e1086c0979d9f2cd605b4b73f300f
/external/tinyalsa/tinymix.c
36ea2d824e5d8af550c139da9da20e73f82a9ae1 17-Jul-2013 Simon Wilson <simonwilson@google.com> Update to latest tinyalsa

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
/external/tinyalsa/tinymix.c
7e8a656722b3b19d499ad89c9c1e46b8be3da896 29-Jun-2013 Simon Wilson <simonwilson@google.com> Update to latest tinyalsa

ec28139 mixer: add mixer_get_name() API
710df88 mixer: add mixer_ctl_update() API

Change-Id: I0cabe7e673a53f4358b5dbae4a17112eff5a2848
/external/tinyalsa/tinymix.c
da39e0b09eb0a1b559a96e2108160d1d8dccf314 10-Nov-2012 Simon Wilson <simonwilson@google.com> Update to latest tinyalsa

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
/external/tinyalsa/tinymix.c
e44e30a90293ffebe604efea37842aff9d5da874 08-Mar-2012 Simon Wilson <simonwilson@google.com> Update to latest tinyalsa

8fe2c93 mixer: remove redundant IOCTL_ELEM_READs
b29ac1a mixer: simplify string get APIs
174d874 tinycap: add missing options to usage string

Change-Id: Id91acf6a084dac3dd0d07966330e10ffc95618bd
/external/tinyalsa/tinymix.c
daa83291944318d8face12c780dfb69ae96b0723 29-Feb-2012 Simon Wilson <simonwilson@google.com> Update to latest tinyalsa

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
/external/tinyalsa/tinymix.c
5aed71db7d87ba518b53e40c00dcaa0afbc2aceb 16-Nov-2011 Simon Wilson <simonwilson@google.com> Update to latest tinyalsa

ee9ba87 pcm: fix underrun detection
5251016 mixer: show BYTE controls
a912d70 include: fix header comments and arguments

Change-Id: I33386f64b65b55c337ceacbe62dc6d498a536378
/external/tinyalsa/tinymix.c
621047309242d04a6186230e7a337de8642ec754 05-Aug-2011 Simon Wilson <simonwilson@google.com> Update to latest tinyalsa

764d341 tinyplay: add support for device parameter
df8ae90 tinymix: print mixer values when no mixer control is specified
7de3eaf Ensure threasholds are zeroed before opening pcm

Change-Id: Ie7b652b16b90d05fc9dee6ce31c7ffc3dc9a47f1
/external/tinyalsa/tinymix.c
c1239623c178f0142352c28a0f968d826afcb078 28-Jul-2011 Simon Wilson <simonwilson@google.com> Update to latest tinyalsa

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
/external/tinyalsa/tinymix.c
edff708e3129d7d8e05bbdfb624af97a3264a332 07-Jun-2011 Simon Wilson <simonwilson@google.com> Initial version of tinyalsa

From git://github.com/tinyalsa/tinyalsa.git 193b1c3b

Change-Id: I8971581d4867bd785ac628638679d2c09c79169f
/external/tinyalsa/tinymix.c