aboutsummaryrefslogtreecommitdiff
path: root/src/mixer.c
AgeCommit message (Expand)Author
2023-09-04mixer: add support for pcm device specific mixer controlsRohit kumar
2022-01-11include time.h before asound.hFabrice Fontaine
2021-12-15add ioctl to read IEC958 datadvdli
2021-11-02mixer: fix index underflow when index=0Caleb Connolly
2021-05-19remove range checking in mixer_ctl_set_valuedvdli
2021-05-19refine null parameters checking and add a unit test casedvdli
2020-12-02fix build breakageDavid Li
2020-10-28AOSP CL "tinyalsa: channel status set as per IEC958"dvdli
2020-09-04mixer: Fix invalid size check in mixer_ctl_set/get_arrayRohit kumar
2020-06-03Fix memory leakTaylor Holberton
2020-06-02mixer: Fix memory leak and other issues in mixer eventRohit kumar
2020-06-02mixer: Add plugin support for mixer_consume/read_eventRohit kumar
2020-06-02tinyalsa: add mixer_consume_eventAndrew Chant
2020-02-07tinyalsa: add support for mixer pluginsBhalchandra Gajare
2019-04-12Fix integer division issue in int_to_percent functionDaniela-Marinela Bistrean
2018-11-28Checking for definition of __bitwise, __force, __userTaylor Holberton
2018-04-11Fixup some minor code formatting issuesCharles Keepax
2017-01-11Fix mixer_wait_event function commentsPankaj Bharadiya
2017-01-11Tinyalsa: Add support to poll on alsa controlPankaj Bharadiya
2017-01-10Fix the byte control set/get methodPankaj Bharadiya
2017-01-10mixer: Add support for TLV RW access check apiPankaj Bharadiya
2016-12-02mixer: add ability to update control list with new controlsRichard Fitzgerald
2016-12-01Added function, mixer_get_num_ctls_by_nameTaylor Holberton
2016-12-01Added mixer_get_ctl_constTaylor Holberton
2016-12-01Added const specifier for several mixer functionsTaylor Holberton
2016-11-23added mixer ctl member documentationTaylor Holberton
2016-11-23finished mixer API documentationTaylor Holberton
2016-11-19added some documentationTaylor Holberton
2016-11-19renamed doxygen group, tinyalsa-mixer to libtinyalsa-mixerTaylor Holberton
2016-10-05included only necessary headersRicardo Biehl Pasquali
2016-10-03Merge branch 'defer-enum-inspection' of https://github.com/dawagner/tinyalsa ...Taylor Holberton
2016-10-01added some documentation to mixer interfaceTaylor Holberton
2016-10-01put source files into src dirTaylor Holberton