1. 649c690 Merge pull request #191 from dvdli/tinyalsa-tests by dvdli · 3 years, 6 months ago
  2. 69d41f1 fix typo, add comments to describe the tests and fix the loopback test by dvdli · 3 years, 6 months ago
  3. ee672bb add instructions to run tests and fix typo by dvdli · 3 years, 6 months ago
  4. b59e5e1 add unit tests by dvdli · 3 years, 7 months ago
  5. 27d5d1a add unit tests for mixer related functions by dvdli · 3 years, 7 months ago
  6. 0eafdbb add unit tests for pcm_* functions by dvdli · 3 years, 7 months ago
  7. 4086760 Merge pull request #189 from wksuper/master by dvdli · 3 years, 7 months ago
  8. 69855f3 Merge pull request #190 from dvdli/tinyplay-dev by dvdli · 3 years, 7 months ago
  9. 16fee33 calcuate the thresholds after options parsing by dvdli · 3 years, 7 months ago
  10. fb0ab77 modify the buffer size to the period size to avoid underrun by dvdli · 3 years, 7 months ago
  11. 4bbffd5 Merge pull request #188 from dvdli/android-dev by dvdli · 3 years, 7 months ago
  12. 4655fed Backward compatible for pcm_write() pcm_read() by Kui Wang · 3 years, 7 months ago
  13. 877ccaf AOSP CL "tinymix: fix setting enum str started with digits" by dvdli · 3 years, 8 months ago
  14. ee63fc9 check whether the audio data are still enough to play by dvdli · 3 years, 8 months ago
  15. dbb6ba6 AOSP CL "tinyalsa: check for NULL mmap_status" by dvdli · 3 years, 8 months ago
  16. b39234c AOSP CL "pcm: Fix usage of oops() function for use of strerror." by dvdli · 3 years, 8 months ago
  17. c0c5e75 AOSP CL "tinyalsa: fix typos in tinyplay and asoundlib.h" by dvdli · 3 years, 8 months ago
  18. e43e85c AOSP CL "pcm: add API for MMAP NO IRQ mode" by dvdli · 3 years, 8 months ago
  19. 7221621 AOSP CL "Add pcm_get_poll_fd" by dvdli · 3 years, 8 months ago
  20. faaa697 AOSP CL "Export pcm_mmap_avail" by dvdli · 3 years, 8 months ago
  21. 07c8dc2 initialize silence_size to zero by dvdli · 3 years, 8 months ago
  22. ed51bc4 AOSP CL "tinyalsa: channel status set as per IEC958" by dvdli · 3 years, 8 months ago
  23. 1e75a16 AOSP CL "pcm: add support to set silence_size" by dvdli · 3 years, 8 months ago
  24. 5688a7a Merge remote-tracking branch 'origin' into android-dev by dvdli · 3 years, 8 months ago
  25. 9c9a442 AOSP CL "Add pcm_params string conversion and format checking" by dvdli · 3 years, 8 months ago
  26. 2378be1 Merge pull request #185 from notdave22/master by dvdli · 3 years, 8 months ago
  27. 0bfc861 Merge pull request #186 from gkasten/android by dvdli · 3 years, 8 months ago
  28. 902b8c8 Add and update files from Android downstream branch to more closely match by Glenn Kasten · 3 years, 9 months ago
  29. 16a6e7c Merge pull request #183 from tinyalsa/version by Simon Wilson · 3 years, 9 months ago
  30. 0433381 Add changelog for tinyalsa 2.0.0 by Simon Wilson · 3 years, 9 months ago
  31. eab1a8a Merge pull request #182 from ericriff/eriff/fix-cmakelist by Simon Wilson · 3 years, 9 months ago
  32. 618a7e2 Merge pull request #173 from rohkkumar/mixer_fix by Simon Wilson · 3 years, 9 months ago
  33. 7310073 Fix error when building with -DTINYALSA_BUILD_UTILS=OFF by Riff, Eric · 3 years, 9 months ago
  34. 6a4cab7 Merge pull request #181 from gkasten/make_depend by Simon Wilson · 3 years, 9 months ago
  35. eefbee3 Merge pull request #180 from gkasten/doxyfile by Simon Wilson · 3 years, 9 months ago
  36. 52a0e0d Merge pull request #177 from gkasten/readme by Simon Wilson · 3 years, 9 months ago
  37. 299219c Fix Makefile dependencies by Glenn Kasten · 3 years, 9 months ago
  38. 6ab9820 Update Doxyfile from version 1.8.11 to 1.8.17 by Glenn Kasten · 3 years, 9 months ago
  39. 7c43d9d Update README.md for build systems and Debian by Glenn Kasten · 3 years, 9 months ago
  40. 15b7725 Merge pull request #176 from tinyalsa/issue-175 by Simon Wilson · 3 years, 9 months ago
  41. ed11936 per pcm_writei ' @return On success, this function returns the number of frames written; otherwise, a negative number.' by notdave22 · 3 years, 9 months ago
  42. 6125aaf tinymix: Fix get/set for tlv based mixer controls by Rohit kumar · 3 years, 9 months ago
  43. f4ee453 mixer: Fix invalid size check in mixer_ctl_set/get_array by Rohit kumar · 3 years, 10 months ago
  44. 4b4a8bb Using struct for TLV size by Taylor Holberton · 3 years, 9 months ago
  45. 563ee74 Merge pull request #174 from rohkkumar/mmap_plugin_support by Simon Wilson · 3 years, 9 months ago
  46. 9c7a358 pcm_plugin: Update pcm state check in ttstamp ops by Rohit kumar · 3 years, 10 months ago
  47. f29b8df tinyalsa: add plugin support for mmap/poll ops by Rohit kumar · 3 years, 10 months ago
  48. 1ef2d45 pcm_plugin: Update pcm state in sync_ptr ops by Rohit kumar · 3 years, 10 months ago
  49. 1d72910 include: tinyalsa: Add PCM state macros by Rohit kumar · 3 years, 10 months ago
  50. fd59e16 Fixed boundary check for enum by Taylor Holberton · 3 years, 10 months ago
  51. 3babe97 Bump version to 2.0.0 TinyALSA by Taylor Holberton · 3 years, 10 months ago
  52. 0052e29 Reordered enums to be compatible with Google's TinyALSA by Taylor Holberton · 3 years, 10 months ago
  53. 997b382 Fix last commit. by Taylor Holberton · 3 years, 11 months ago
  54. 8718ec9 Quick fix for #168 by Taylor Holberton · 3 years, 11 months ago
  55. 393f0a6 Merge pull request #164 from E5ten/cmake-standard by Taylor Holberton · 4 years ago
  56. 8646e47 Merge pull request #165 from E5ten/cmake-fix-includedir by Taylor Holberton · 4 years ago
  57. 77eb4e3 cmake: fix header install location by Ethan Sommer · 4 years ago
  58. 0c279d8 cmake: specify c99 by Ethan Sommer · 4 years ago
  59. ccdf495 include/tinyalsa/plugin.h: include time.h by Ethan Sommer · 4 years ago
  60. dca5d9b Merge pull request #156 from E5ten/cmake-improved by Taylor Holberton · 4 years ago
  61. ac41ba5 Various cmake improvements by Ethan Sommer · 4 years, 1 month ago
  62. ec96c09 Merge pull request #163 from E5ten/tinywavinfo-unused-result by Taylor Holberton · 4 years ago
  63. ce30db4 tinywavinfo: add wrapper for fread to check its return value by Ethan Sommer · 4 years ago
  64. 9c9b2a5 Simplified tinywavinfo by Taylor Holberton · 4 years ago
  65. 0c601a3 Added tinywavinfo to CMake build by Taylor Holberton · 4 years ago
  66. 522a27a Merge pull request #161 from E5ten/optparse by Taylor Holberton · 4 years ago
  67. 88a791f Merge pull request #160 from E5ten/posix_memalign by Taylor Holberton · 4 years ago
  68. d86996d tinyplay: replace manual option parsing with optparse by Ethan Sommer · 4 years ago
  69. 758a112 tinypcminfo: replace manual option parsing with optparse by Ethan Sommer · 4 years ago
  70. 1e14402 tinymix: replace getopt_long with optparse by Ethan Sommer · 4 years ago
  71. f6ab127 tinycap: replace manual option parsing with optparse by Ethan Sommer · 4 years ago
  72. 536cab1 utils: check in optparse.h, a public domain header-only optparsing lib by Ethan Sommer · 4 years ago
  73. 8605d2a tinywavinfo: replace obsolete memalign with posix_memalign by Ethan Sommer · 4 years ago
  74. ab224a0 Fix memory leak by Taylor Holberton · 4 years ago
  75. 1a53e3a Merge pull request #159 from rohkkumar/plugin_update by Taylor Holberton · 4 years ago
  76. 102f06d Merge pull request #158 from E5ten/no-map_file by Taylor Holberton · 4 years ago
  77. 60dfa38 Merge pull request #157 from E5ten/version-posix-sh by Taylor Holberton · 4 years ago
  78. df855e8 mixer: Fix memory leak and other issues in mixer event by Rohit kumar · 4 years ago
  79. f38405c mixer: Add plugin support for mixer_consume/read_event by Rohit kumar · 4 years ago
  80. bdc1fcf tinyalsa: add mixer_consume_event by Andrew Chant · 6 years ago
  81. f317464 src/pcm.c: remove MAP_FILE mmap flag by Ethan Sommer · 4 years, 1 month ago
  82. 8199576 scripts/version.sh: switch from bash to POSIX sh by Ethan Sommer · 4 years, 1 month ago
  83. 6ef70e1 Waiting for PCM to finish before exiting by Taylor Holberton · 4 years, 2 months ago
  84. b61b960 Merge branch 'master' of github.com:tinyalsa/tinyalsa by Taylor Holberton · 4 years, 2 months ago
  85. f1cad93 Merge pull request #155 from Minecrell/strncpy by Taylor Holberton · 4 years, 2 months ago
  86. 5c86afc tinyalsa: mixer_plugin: remove dummy strings for sound card by Minecrell · 4 years, 2 months ago
  87. 3f469bf tinyalsa: use strncpy instead of memcpy to copy string constant by Minecrell · 4 years, 2 months ago
  88. 24ac962 Merge pull request #153 from Minecrell/ssize_t by Taylor Holberton · 4 years, 2 months ago
  89. ef0808c tinyalsa: include <sys/types.h> for ssize_t by Minecrell · 4 years, 2 months ago
  90. 6b105ac Removed whitespace by Taylor Holberton · 4 years, 2 months ago
  91. 67cca67 Merge pull request #151 from mgaio/fix/pcm_open_failure by Taylor Holberton · 4 years, 2 months ago
  92. 859adb2 pcm_hw_close: avoid SIGSEGV when pcm_hw_open fail by Miguel GAIO · 4 years, 2 months ago
  93. 2feb925 Merge pull request #150 from rohkkumar/plugin by Taylor Holberton · 4 years, 2 months ago
  94. d4d460e tinyalsa: add plugin.h to install path by Patrick Lai · 4 years, 3 months ago
  95. cb1d5fa Merge pull request #148 from lkundrak/lr/double-free by Taylor Holberton · 4 years, 2 months ago
  96. e05e532 Merge pull request #149 from lkundrak/lr/-errno by Taylor Holberton · 4 years, 2 months ago
  97. 8fca97e pcm: do not negate errno by Lubomir Rintel · 4 years, 2 months ago
  98. 00f5aa1 pcm: avoid calling pcm_hw->close() twice by Lubomir Rintel · 4 years, 2 months ago
  99. 5eff866 Added 'tinymix' to linker rule by Taylor Holberton · 4 years, 4 months ago
  100. 38ece08 Merge pull request #147 from brunosmmm/fix-cross-compilation by Taylor Holberton · 4 years, 4 months ago