1. 25096d3 add ioctl to read IEC958 data by dvdli · 2 years, 6 months ago
  2. b49414e mixer: fix index underflow when index=0 by Caleb Connolly · 2 years, 7 months ago
  3. 08ec631 remove range checking in mixer_ctl_set_value by dvdli · 3 years, 1 month ago
  4. 75f4a60 refine null parameters checking and add a unit test case by dvdli · 3 years, 1 month ago
  5. c0d68b1 fix build breakage by David Li · 3 years, 6 months ago
  6. ed51bc4 AOSP CL "tinyalsa: channel status set as per IEC958" by dvdli · 3 years, 7 months ago
  7. f4ee453 mixer: Fix invalid size check in mixer_ctl_set/get_array by Rohit kumar · 3 years, 10 months ago
  8. ab224a0 Fix memory leak by Taylor Holberton · 4 years ago
  9. df855e8 mixer: Fix memory leak and other issues in mixer event by Rohit kumar · 4 years ago
  10. f38405c mixer: Add plugin support for mixer_consume/read_event by Rohit kumar · 4 years ago
  11. bdc1fcf tinyalsa: add mixer_consume_event by Andrew Chant · 6 years ago
  12. e7c627d tinyalsa: add support for mixer plugins by Bhalchandra Gajare · 5 years ago
  13. 9962e71 Fix integer division issue in int_to_percent function by Daniela-Marinela Bistrean · 5 years ago
  14. 4c5a11d Checking for definition of __bitwise, __force, __user by Taylor Holberton · 6 years ago
  15. e40758b Fixup some minor code formatting issues by Charles Keepax · 7 years ago
  16. 95c79d8 Fix mixer_wait_event function comments by Pankaj Bharadiya · 7 years ago
  17. 010121a Tinyalsa: Add support to poll on alsa control by Pankaj Bharadiya · 7 years ago
  18. 3f813e4 Fix the byte control set/get method by Pankaj Bharadiya · 7 years ago
  19. 9698d03 mixer: Add support for TLV RW access check api by Pankaj Bharadiya · 7 years ago
  20. fd32903 mixer: add ability to update control list with new controls by Richard Fitzgerald · 10 years ago
  21. 94c7c83 Added function, mixer_get_num_ctls_by_name by Taylor Holberton · 8 years ago
  22. a94295b Added mixer_get_ctl_const by Taylor Holberton · 8 years ago
  23. cac43a2 Added const specifier for several mixer functions by Taylor Holberton · 8 years ago
  24. ad4d7d7 added mixer ctl member documentation by Taylor Holberton · 8 years ago
  25. 4e55719 finished mixer API documentation by Taylor Holberton · 8 years ago
  26. b7a2857 added some documentation by Taylor Holberton · 8 years ago
  27. 8ae5d11 renamed doxygen group, tinyalsa-mixer to libtinyalsa-mixer by Taylor Holberton · 8 years ago
  28. 04952ee included only necessary headers by Ricardo Biehl Pasquali · 8 years ago
  29. 6a38d5f Merge branch 'defer-enum-inspection' of https://github.com/dawagner/tinyalsa into dawagner-defer-enum-inspection by Taylor Holberton · 8 years ago
  30. 7c8b20a added some documentation to mixer interface by Taylor Holberton · 8 years ago
  31. 22ab7da put source files into src dir by Taylor Holberton · 8 years ago[Renamed from mixer.c]
  32. 7687f0f Merge branch 'address-duplicate-control-names' of https://github.com/dawagner/tinyalsa into dawagner-address-duplicate-control-names by Taylor Holberton · 8 years ago
  33. 713e656 Merge pull request #74 from dimkr/master by Taylor Holberton · 8 years ago
  34. 7ed2ffb mixer: check for overflow and NULL return by Ben Zhang · 8 years ago
  35. 696c448 include time.h, to prevent use of struct timespec before definition by Dima Krasner · 8 years ago
  36. c732836 mixer: fix possible null pointer dereference by Svyatoslav Mishyn · 8 years ago
  37. 899cece mixer: remove separate info list by Richard Fitzgerald · 10 years ago
  38. 53e232c Merge pull request #52 from rfvirgil/get_id by Simon Wilson · 9 years ago
  39. 45b2d04 mixer: add support for TLV based byte controls by Mythri P K · 10 years ago
  40. 9b42396 Defer filling enum-type mixers information by David.Coutherut · 11 years ago
  41. 57a8774 mixer: Add mixer_ctl_get_id by Richard Fitzgerald · 10 years ago
  42. f2a7b6d Merge pull request #50 from charleskeepax/master by Simon Wilson · 10 years ago
  43. d6f0dfc Revert "mixer: Control input value in mixer_ctl_set_value" by Charles Keepax · 10 years ago
  44. ce2b634 tinyalsa: unable to set BYTE mixer by David.Coutherut · 11 years ago
  45. 4a484e1 Tinyalsa: standardize error message for wrong input value by Baptiste Robert · 11 years ago
  46. 6cd7d5f Mixer: Check validity of input value by Baptiste Robert · 11 years ago
  47. 0e07647 mixer: Control input value in mixer_ctl_set_value by Androidict · 11 years ago
  48. 9e2c240 Add a function to disambiguate duplicate control names by Frédéric Boisnard · 11 years ago
  49. ec28139 mixer: add mixer_get_name() API by Simon Wilson · 11 years ago
  50. 710df88 mixer: add mixer_ctl_update() API by Simon Wilson · 11 years ago
  51. 38f87f3 mixer: add get/set_array API by Simon Wilson · 12 years ago
  52. f51c05b mixer: Add mixer_ctl_{set,get}_bytes() by Dimitris Papastamos · 12 years ago
  53. cde1f6f Fix several 'symbol defined but not used' warnings. by Gabriel M. Beddingfield · 12 years ago
  54. 6a52f2c mixer: add missing include for sys/ioctl.h by Simon Wilson · 12 years ago
  55. 8fe2c93 mixer: remove redundant IOCTL_ELEM_READs by Simon Wilson · 12 years ago
  56. b29ac1a mixer: simplify string get APIs by Simon Wilson · 12 years ago
  57. 5251016 mixer: show BYTE controls by Pierre-Louis Bossart · 13 years ago
  58. 193b1c3 mixer: make error handling more consistent by Simon Wilson · 13 years ago
  59. 98c1f16 Fix error cases and some spurious whitespace by Simon Wilson · 13 years ago
  60. b9d4f6b Add integer range getters to mixer by Simon Wilson · 13 years ago
  61. f0a20ee Implement mixer setting in tinymix by Simon Wilson · 13 years ago
  62. 066c9f6 Add enum support to mixer by Simon Wilson · 13 years ago
  63. d2cb503 Improve mixer support by Simon Wilson · 13 years ago
  64. 1bd580f Support multiple cards and devices by Simon Wilson · 13 years ago
  65. a1bb1e0 mixer: implement mixer_ctl_set/get_int functions by Simon Wilson · 13 years ago
  66. 79d3965 Initial contribution by Simon Wilson · 13 years ago