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
/
src
/
mixer.c
Age
Commit message (
Expand
)
Author
2022-01-11
include time.h before asound.h
Fabrice Fontaine
2021-12-15
add ioctl to read IEC958 data
dvdli
2021-11-02
mixer: fix index underflow when index=0
Caleb Connolly
2021-05-19
remove range checking in mixer_ctl_set_value
dvdli
2021-05-19
refine null parameters checking and add a unit test case
dvdli
2020-12-02
fix build breakage
David Li
2020-10-28
AOSP CL "tinyalsa: channel status set as per IEC958"
dvdli
2020-09-04
mixer: Fix invalid size check in mixer_ctl_set/get_array
Rohit kumar
2020-06-03
Fix memory leak
Taylor Holberton
2020-06-02
mixer: Fix memory leak and other issues in mixer event
Rohit kumar
2020-06-02
mixer: Add plugin support for mixer_consume/read_event
Rohit kumar
2020-06-02
tinyalsa: add mixer_consume_event
Andrew Chant
2020-02-07
tinyalsa: add support for mixer plugins
Bhalchandra Gajare
2019-04-12
Fix integer division issue in int_to_percent function
Daniela-Marinela Bistrean
2018-11-28
Checking for definition of __bitwise, __force, __user
Taylor Holberton
2018-04-11
Fixup some minor code formatting issues
Charles Keepax
2017-01-11
Fix mixer_wait_event function comments
Pankaj Bharadiya
2017-01-11
Tinyalsa: Add support to poll on alsa control
Pankaj Bharadiya
2017-01-10
Fix the byte control set/get method
Pankaj Bharadiya
2017-01-10
mixer: Add support for TLV RW access check api
Pankaj Bharadiya
2016-12-02
mixer: add ability to update control list with new controls
Richard Fitzgerald
2016-12-01
Added function, mixer_get_num_ctls_by_name
Taylor Holberton
2016-12-01
Added mixer_get_ctl_const
Taylor Holberton
2016-12-01
Added const specifier for several mixer functions
Taylor Holberton
2016-11-23
added mixer ctl member documentation
Taylor Holberton
2016-11-23
finished mixer API documentation
Taylor Holberton
2016-11-19
added some documentation
Taylor Holberton
2016-11-19
renamed doxygen group, tinyalsa-mixer to libtinyalsa-mixer
Taylor Holberton
2016-10-05
included only necessary headers
Ricardo Biehl Pasquali
2016-10-03
Merge branch 'defer-enum-inspection' of https://github.com/dawagner/tinyalsa ...
Taylor Holberton
2016-10-01
added some documentation to mixer interface
Taylor Holberton
2016-10-01
put source files into src dir
Taylor Holberton