index
:
tinyalsa
master
Tiny library to interface with ALSA in the Linux kernel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
2021-07-13
fix remaining_data_size is 0 when not playing a wave file
dvdli
2021-06-29
refactoring and fix typo
dvdli
2021-06-29
refactoring: add a wave-file parsing function
dvdli
2021-03-11
add floating-point PCM supoort to tinyplay
dvdli
2021-02-22
support float config and float wave file playback
dvdli
2021-01-28
Let pcm_mmap_read/write call pcm_readi/writei
dvdli
2021-01-28
prepare in pcm_generic_transfer
dvdli
2021-01-12
fix integer character ascii range
dvdli
2021-01-12
remove pcm_prepare in pcm_open
dvdli
2020-12-09
correct index of integer string and reduce the life time of variables
dvdli
2020-12-07
add usage of VALUES
dvdli
2020-12-07
add support setting negative values to tinymix
dvdli
2020-12-07
formatting and remove tinymix prefix of static functions
dvdli
2020-12-07
duplicate an argv list to avoid the argv order changed
dvdli
2020-12-04
fix printing format and wrong control for data printing
dvdli
2020-11-02
calcuate the thresholds after options parsing
dvdli
2020-11-02
modify the buffer size to the period size to avoid underrun
dvdli
2020-10-29
AOSP CL "tinymix: fix setting enum str started with digits"
dvdli
2020-10-29
check whether the audio data are still enough to play
dvdli
2020-10-29
AOSP CL "tinyalsa: fix typos in tinyplay and asoundlib.h"
dvdli
2020-10-28
initialize silence_size to zero
dvdli
2020-09-21
Merge pull request #173 from rohkkumar/mixer_fix
Simon Wilson
2020-09-16
Fix Makefile dependencies
Glenn Kasten
2020-09-04
tinymix: Fix get/set for tlv based mixer controls
Rohit kumar
2020-07-19
Fix last commit.
Taylor Holberton
2020-07-19
Quick fix for #168
Taylor Holberton
2020-06-03
tinywavinfo: add wrapper for fread to check its return value
Ethan Sommer
2020-06-03
Simplified tinywavinfo
Taylor Holberton
2020-06-03
Merge pull request #161 from E5ten/optparse
Taylor Holberton
2020-06-03
tinyplay: replace manual option parsing with optparse
Ethan Sommer
2020-06-03
tinypcminfo: replace manual option parsing with optparse
Ethan Sommer
2020-06-03
tinymix: replace getopt_long with optparse
Ethan Sommer
2020-06-03
tinycap: replace manual option parsing with optparse
Ethan Sommer
2020-06-03
utils: check in optparse.h, a public domain header-only optparsing lib
Ethan Sommer
2020-06-03
tinywavinfo: replace obsolete memalign with posix_memalign
Ethan Sommer
2020-04-24
Waiting for PCM to finish before exiting
Taylor Holberton
2020-04-22
Removed whitespace
Taylor Holberton
2020-02-27
Added 'tinymix' to linker rule
Taylor Holberton
2020-02-22
Fix cross-compilation
Bruno Morais
2020-02-11
Merge pull request #137 from codeauroraforum/plugin-support
Taylor Holberton
2020-02-07
tinyalsa: add support for PCM plugins
Bhalchandra Gajare
2019-09-21
utils: Fix spelling in help text
Ricardo Biehl Pasquali
2019-05-23
Fix typo in -D and -d options descriptions
jcromero
2019-01-15
tinymix: fix use of -D with set command
Andrew Ford
2018-12-15
Add support for Meson as build system
Tim-Philipp Müller
2018-11-28
Fixed make build using clang
Taylor Holberton
2018-10-30
Added -fPIC and -pie flags to utility builds
Taylor Holberton
2018-04-11
Update output format for enumerated controls
Charles Keepax
2018-04-11
Pull mixer_ctl_get_value out of loop in tinymix_print_enum
Charles Keepax
2018-04-11
Fixup some minor code formatting issues
Charles Keepax
[next]