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
/
tinymix.c
Age
Commit message (
Expand
)
Author
2021-01-12
fix integer character ascii range
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-10-29
AOSP CL "tinymix: fix setting enum str started with digits"
dvdli
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
tinymix: replace getopt_long with optparse
Ethan Sommer
2019-09-21
utils: Fix spelling in help text
Ricardo Biehl Pasquali
2019-01-15
tinymix: fix use of -D with set command
Andrew Ford
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
2017-01-19
fixed indentation on if statement
Taylor Holberton
2017-01-19
tinymix: fix segfaults with set command
Pierre-Louis Bossart
2017-01-10
Fix the byte control set/get method
Pankaj Bharadiya
2016-11-19
make tinymix command oriented, based on amixer
Taylor Holberton
2016-11-07
I work on platforms based on the Qualcomm SnapDragon chip. There can be
Brad Walker
2016-10-02
always printing control list, showing usage when argc == 1
Taylor Holberton
2016-10-01
put programs into utils dir
Taylor Holberton