1. faaa697 AOSP CL "Export pcm_mmap_avail" by dvdli · 4 years, 10 months ago
  2. 1e75a16 AOSP CL "pcm: add support to set silence_size" by dvdli · 4 years, 10 months ago
  3. 9c9a442 AOSP CL "Add pcm_params string conversion and format checking" by dvdli · 4 years, 10 months ago
  4. f29b8df tinyalsa: add plugin support for mmap/poll ops by Rohit kumar · 5 years ago
  5. f317464 src/pcm.c: remove MAP_FILE mmap flag by Ethan Sommer · 5 years ago
  6. 859adb2 pcm_hw_close: avoid SIGSEGV when pcm_hw_open fail by Miguel GAIO · 5 years ago
  7. cb1d5fa Merge pull request #148 from lkundrak/lr/double-free by Taylor Holberton · 5 years ago
  8. 8fca97e pcm: do not negate errno by Lubomir Rintel · 5 years ago
  9. 00f5aa1 pcm: avoid calling pcm_hw->close() twice by Lubomir Rintel · 5 years ago
  10. 5389c1f Merge pull request #137 from codeauroraforum/plugin-support by Taylor Holberton · 6 years ago
  11. 986b8e3 tinyalsa: add support for PCM plugins by Bhalchandra Gajare · 6 years ago
  12. 05c64c3 pcm: Set SW params.avail_min to period size by Miguel GAIO · 6 years ago
  13. c6c0d78 pcm: Allow to wait if capture is not running by Ricardo Biehl Pasquali · 6 years ago
  14. 7e2581e pcm: Remove setting unnecessary parameters by Ricardo Biehl Pasquali · 7 years ago
  15. b38b6a6 pcm: Check for error after setting appl_ptr by Ricardo Biehl Pasquali · 7 years ago
  16. 0bfac89 pcm: Cleanup control/status when setup fails by Ricardo Biehl Pasquali · 7 years ago
  17. 1804d15 pcm: Replace 'underruns' with 'xruns' by Ricardo Biehl Pasquali · 7 years ago
  18. 03cc7c5 pcm: Create generic transfer by Ricardo Biehl Pasquali · 7 years ago
  19. b8ea4c4 pcm: Put transfer functions together by Ricardo Biehl Pasquali · 7 years ago
  20. 297d24b pcm: Remove 'running' variable from pcm structure by Ricardo Biehl Pasquali · 7 years ago
  21. 4ee09a9 pcm: Rewrite pcm_mmap_transfer() for compatibility by Ricardo Biehl Pasquali · 7 years ago
  22. 7aacaed pcm: Exit loop when there are no available frames by Ricardo Biehl Pasquali · 7 years ago
  23. d759f48 pcm: Put mmap functions together by Ricardo Biehl Pasquali · 7 years ago
  24. 7bdb05d pcm: Rewrite pcm_get_htimestamp() by Ricardo Biehl Pasquali · 7 years ago
  25. 19f84c3 pcm: Move pcm_get_htimestamp() by Ricardo Biehl Pasquali · 7 years ago
  26. b00f90a pcm: Get values from kernel in avail_update by Ricardo Biehl Pasquali · 7 years ago
  27. c144675 pcm: Call HWSYNC ioctl when status is mmaped by Ricardo Biehl Pasquali · 7 years ago
  28. 7a286f6 pcm: Remove HWSYNC before available calculation by Ricardo Biehl Pasquali · 7 years ago
  29. 7a512de pcm: Do not set values after control/status mmap by Ricardo Biehl Pasquali · 7 years ago
  30. 535a6ba pcm: Get appl_ptr and avail_min after prepare by Ricardo Biehl Pasquali · 7 years ago
  31. c8eb9c9 pcm: Remove 'prepared' variable from pcm structure by Ricardo Biehl Pasquali · 7 years ago
  32. 7ff9cde pcm: Remove prepare before start by Ricardo Biehl Pasquali · 7 years ago
  33. 13e11fe pcm: Remove start before read by Ricardo Biehl Pasquali · 7 years ago
  34. f85cf62 pcm: Prepare after overrun by Ricardo Biehl Pasquali · 7 years ago
  35. 5f247ef pcm: Remove code assuming start after write by Ricardo Biehl Pasquali · 7 years ago
  36. 7c40a9e pcm: Move prepare action to xrun handling by Ricardo Biehl Pasquali · 7 years ago
  37. 13bf629 pcm: Do prepare action in pcm_open() by Ricardo Biehl Pasquali · 7 years ago
  38. 1f74156 Added ifndef around macros by Taylor Holberton · 7 years ago
  39. 4c5a11d Checking for definition of __bitwise, __force, __user by Taylor Holberton · 7 years ago
  40. cf5f063 Fixed pcm_start when pcm is linked to other pcm device by Miguel Gaio · 7 years ago
  41. c9f97da Corrected pcm_sync_ptr() on dma mmap coherent architecture by Miguel Gaio · 7 years ago
  42. f6fe523 Fix pcm_writei return value if pcm is in not running state. by Miguel GAIO · 7 years ago
  43. 093b878 added PCM_NONBLOCK macro by Taylor Holberton · 8 years ago
  44. 001b25e adding bounds check only when needed by Taylor Holberton · 8 years ago
  45. 861da7a moved code in pcm_open() to pcm_set_config() by Taylor Holberton · 8 years ago
  46. 25976dc removed tab characters by Taylor Holberton · 8 years ago
  47. 08bb590 added pcm_get_config() by Taylor Holberton · 8 years ago
  48. ea06b97 simplified pcm_read() and pcm_write() by Taylor Holberton · 8 years ago
  49. 851dd80 checking limits of frame counts by Taylor Holberton · 8 years ago
  50. 1137fc7 removed debug statement by Taylor Holberton · 8 years ago
  51. e123a65 added doc on pcm_open and null checking pcm_is_ready by Taylor Holberton · 9 years ago
  52. c6f908e Added pcm_open_by_name() by Taylor Holberton · 9 years ago
  53. 558e594 Added pcm_link and pcm_unlink functions by Taylor Holberton · 9 years ago
  54. d1c98e4 renamed parameter in doc by Taylor Holberton · 9 years ago
  55. d7b140a Using frame counts in pcm_readi and pcm_writei by Taylor Holberton · 9 years ago
  56. f9834ee Added pcm_readi and pcm_writei functions by Taylor Holberton · 9 years ago
  57. 77979a8 Added format related getters for PCM by Taylor Holberton · 9 years ago
  58. 147d7ad Added const specifier in several functions by Taylor Holberton · 9 years ago
  59. 15d5848 added const specifier in function, pcm_is_ready by Taylor Holberton · 9 years ago
  60. 94803b0 Added const specifier in pcm_open by Taylor Holberton · 9 years ago
  61. 2f387d2 Added const specifier in several functions by Taylor Holberton · 9 years ago
  62. d265c27 added parameter doc by Taylor Holberton · 9 years ago
  63. 17a1024 added some documentation by Taylor Holberton · 9 years ago
  64. 72e4422 corrected error handling in pcm_sync_ptr() by Taylor Holberton · 9 years ago
  65. b7a2857 added some documentation by Taylor Holberton · 9 years ago
  66. 8e1b102 renamed doxygen group, tinyalsa-pcm to libtinyalsa-pcm by Taylor Holberton · 9 years ago
  67. 2386a42 initializing 'result' from transfer struct by Taylor Holberton · 9 years ago
  68. 9cf0d77 Merge branch 'master' of https://github.com/tinyalsa/tinyalsa by Taylor Holberton · 9 years ago
  69. f319eb0 Added support for default config by Taylor Holberton · 9 years ago
  70. 04952ee included only necessary headers by Ricardo Biehl Pasquali · 9 years ago
  71. 6d58e01 added basic pcm documentation by Taylor Holberton · 9 years ago
  72. 22ab7da put source files into src dir by Taylor Holberton · 9 years ago[Renamed from pcm.c]
  73. 73466c0 voided unused parameter by Taylor Holberton · 9 years ago
  74. c01d4a3 added support for more signed types by Taylor Holberton · 9 years ago
  75. 4f55606 fixed bracket placement by Taylor Holberton · 9 years ago
  76. 713e656 Merge pull request #74 from dimkr/master by Taylor Holberton · 9 years ago
  77. bb40260 Added get_file_descriptor() by Taylor Holberton · 9 years ago
  78. 696c448 include time.h, to prevent use of struct timespec before definition by Dima Krasner · 9 years ago
  79. 33fe27c Merge pull request #48 from vinodkoul/wait_delay by Simon Wilson · 10 years ago
  80. 1c30d6e Merge pull request #37 from StevenNAN/patch-1 by Simon Wilson · 10 years ago
  81. 4cddf19 tinyalsa: add pcm_get_subdevice() by David Wagner · 11 years ago
  82. 9ecb93f Tinyalsa: add pcm_delay() by Hardik T Shah · 11 years ago
  83. 84889d0 Tinyalsa: allow pcm_wait to wait on POLLIN events by Apelete Seketeli · 11 years ago
  84. ad80762 Update tinypcminfo to display format information by Andy Hung · 11 years ago
  85. 2516c01 Merge pull request #34 from elaurent/master by Simon Wilson · 11 years ago
  86. ac6b1b9 Merge pull request #33 from gkasten/CL_avsync by Simon Wilson · 11 years ago
  87. c9032a0 tinyalsa: add separate call for pcm prepare by Omair Mohammed Abdullah · 13 years ago
  88. b0fc3e9 Update pcm.c by StevenNAN · 11 years ago
  89. bb7c5df add support for mmap read by Eric Laurent · 12 years ago
  90. 8101240 pcm_get_htimestamp can now use CLOCK_MONOTONIC by Glenn Kasten · 12 years ago
  91. 7136cf7 pcm: support S24_LE format by Simon Wilson · 12 years ago
  92. 4354488 pcm: add pcm_get_params API by Simon Wilson · 13 years ago
  93. 2c3a8e2 Add -Wall to Makefile and fix warnings by Simon Wilson · 13 years ago
  94. cde1f6f Fix several 'symbol defined but not used' warnings. by Gabriel M. Beddingfield · 13 years ago
  95. 2a274a1 pcm: Add support for S8 and S24LE formats. by Gabriel M. Beddingfield · 13 years ago
  96. 93e7b67 pcm: fix default capture start threshold by Eric Laurent · 13 years ago
  97. 2581a1e add error check for pcm_start by Keunyoung · 13 years ago
  98. b6db70a pcm: Add PCM_NORESTART flag by John Grossman · 13 years ago
  99. 5f64fe7 pcm: Factor out pcm_start() from pcm_read() by Mark Brown · 14 years ago
  100. d88eedb Merge pull request #11 from broonie/const-write by tinyalsa · 14 years ago