1. 803b55e CRAS: bt - Add command to dump bt debug log by Hsin-Yu Chao · 6 years ago
  2. b24226e CRAS: dev_io - Check and start dev_stream before fetching by Yu-Hsuan Hsu · 6 years ago
  3. d030d89 CRAS: Enable clang format check for CRAS by En-Shuo Hsu · 6 years ago
  4. 42cc9dd veyron: Make a copy of everything with the upstream name by Douglas Anderson · 6 years ago
  5. 52ee294 CRAS: Bring Clang-format to CRAS unittests by En-Shuo Hsu · 6 years ago
  6. 4ef8269 CRAS: iodev - Remove ext_format by Hsin-Yu Chao · 6 years ago
  7. d11bbc7 CRAS: loopback_iodev - Fix bug when output device changes by Hsin-Yu Chao · 6 years ago
  8. 949dff5 CRAS: loopback_iodev - Restrict access to pointer of loopback sender by Hsin-Yu Chao · 6 years ago
  9. 40172ab CRAS: Deprecate Input/OutputDspName with DspName by En-Shuo Hsu · 6 years ago
  10. 3ee3bb8 CRAS: Support DspName in SectionDevice by En-Shuo Hsu · 6 years ago
  11. 54f3cf6 CRAS: audio_thread - Use dev_idx to send message from main thread by Hsin-Yu Chao · 6 years ago
  12. dbd180e CRAS: iodev - Move set node attr functions to iodev_list by Hsin-Yu Chao · 6 years ago
  13. 5fdefeb CRAS: iodev_list - Fix crash because of pinned stream on hotplug device by Hsin-Yu Chao · 6 years ago
  14. b913dd4 init: use static minijail. by Qijiang Fan · 6 years ago
  15. 7408ff2 CRAS: remove import of unused log macro by David Tolnay · 6 years ago
  16. 4875c25 cras: remove MetricsLibrary::Init call by Joel Kitching · 6 years ago
  17. eea7794 CRAS: server_metrics - Log the highest delay per device by Yu-Hsuan Hsu · 6 years ago
  18. c44d5c0 CRAS: Resolve clippy lints by David Tolnay · 6 years ago
  19. a63e8f3 CRAS: alsa_io - Remove uneccessary set alsa mute control call by Hsin-Yu Chao · 6 years ago
  20. e21370e CRAS: iodev_list - Move ramp check to audio thread by Hsin-Yu Chao · 6 years ago
  21. c7a8c57 CRAS: Bring Clang-format to CRAS by En-Shuo Hsu · 6 years ago
  22. 1cd1885 CRAS: iodev - Fix crash when iodev has NULL ramp object by Hsin-Yu Chao · 6 years ago
  23. 1acb681 CRAS: device_monitor - Use index instead of iodev pointer by Hsin-Yu Chao · 6 years ago
  24. b1d689c CRAS: test_client - Dump software gain scalers by Hsin-Yu Chao · 6 years ago
  25. fe49965 CRAS: iodev - Add device's default per node gain by Hsin-Yu Chao · 6 years ago
  26. 01ff9a0 CRAS: bt_device - Handle device removal to avoid crash by Hsin-Yu Chao · 6 years ago
  27. 3dabc73 CRAS: bt_device - Remove unused function by Hsin-Yu Chao · 6 years ago
  28. 928bc73 CRAS: bt_device - Fix memory leak by Hsin-Yu Chao · 6 years ago
  29. e6722c1 CRAS: empty_iodev - Remove unused member variable by Hsin-Yu Chao · 6 years ago
  30. 2918356 CRAS: stream_list - Check if device is pinned by a stream by Hsin-Yu Chao · 6 years ago
  31. 69a1fab CRAS: Disable cros_license_check for HiFi.conf by En-Shuo Hsu · 6 years ago
  32. 272acae CRAS: unittest - Fix memory leak in empty_iodev_unittest by Hsin-Yu Chao · 6 years ago
  33. af817d9 CRAS: empty_iodev - Input frames shouldn't exceed buffer size by Hsin-Yu Chao · 6 years ago
  34. 59c608a CRAS: cras_alsa_io - Increase appl_ptr when underrun happens by Yu-Hsuan Hsu · 6 years ago
  35. 1e1b786 cras: Add software ramp on volume change. by Fletcher Woodruff · 6 years ago
  36. 46079a0 CRAS: HFP - Remove code to dynamically update packet and buffer size by Hsin-Yu Chao · 6 years ago
  37. 068e895 CRAS: bt_io - Implement no_stream ops for A2DP/HFP by Hsin-Yu Chao · 6 years ago
  38. fbae35a cras_tests: Add file capture subcommand by paulhsia · 6 years ago
  39. 3ba181f libcras: Add capture structures and functions by paulhsia · 6 years ago
  40. b87cc83 CRAS: Simpler scheduling of initial capture stream fetches by Yu-Hsuan Hsu · 6 years ago
  41. bb16c4d CRAS: bt_io: validate profile device pointer before using them by Tzung-Bi Shih · 6 years ago
  42. 225bcf3 CRAS: support SCO over PCM by Tzung-Bi Shih · 6 years ago
  43. 2e39660 CRAS: support SCO over PCM indicator in UCM by Tzung-Bi Shih · 6 years ago
  44. bc4b4ea CRAS: iodev: replace output_should_wake to is_free_running by Tzung-Bi Shih · 6 years ago
  45. 07ae4a2 CRAS: alsa_io: rename property is_free_running to free_running by Tzung-Bi Shih · 6 years ago
  46. 784a9ef CRAS: bt_io: remove redundant cras_iodev_free_format by Tzung-Bi Shih · 6 years ago
  47. 08c772a CRAS: dev_io - Use rstream's scaler for gain by Hsin-Yu Chao · 6 years ago
  48. 0cfcc38 UCM: Set JackType "always" for dell docks (WD15, and WD19) by Crag.Wang · 6 years ago
  49. 485fa36 audio_streams: Add audio capture interface by paulhsia · 6 years ago
  50. a555d61 CRAS: audio_thread - Append new streams after consuming remaining frames by Yu-Hsuan Hsu · 6 years ago
  51. b73d61e CRAS: cras_iodev - Open buf_state when adding stream by Yu-Hsuan Hsu · 6 years ago
  52. 11aad0b cras: modify scaler_buffer_inc clipping behavior by Fletcher Woodruff · 6 years ago
  53. 9662d1a CRAS: README - add missing description of dbus APIs by Yu-Hsuan Hsu · 6 years ago
  54. 85e4132 UCM: Add dell docks WD15 and WD19 by Crag.Wang · 6 years ago
  55. 56479e4 UCM: Set JackType "always" for HD Pro Webcam C920 by Yu-Hsuan Hsu · 6 years ago
  56. 4d0dbf7 CRAS: Add JackType to specify a node is always plugged by Yu-Hsuan Hsu · 6 years ago
  57. 8ff2f4b CRAS-CONFIG: Add volume curve for Logitech MeetUp by Matt Ziegelbaum · 6 years ago
  58. 70af088 CRAS: cras_iodev - Reschedule fetch time when streams removed by Yu-Hsuan Hsu · 6 years ago
  59. c7ab317d CRAS: Add new flag to indicate if dev_stream starts fetching by Yu-Hsuan Hsu · 6 years ago
  60. 1f85f01 Revert "CRAS: Do not mix stream before its first fetching" by Yu-Hsuan Hsu · 6 years ago
  61. 16a6c0e Revert "CRAS: audio_thread - get_next_output_wake should consider pending stream" by Yu-Hsuan Hsu · 6 years ago
  62. 8ab705c Revert "CRAS: Add a new field to represent when pending streams will start" by Yu-Hsuan Hsu · 6 years ago
  63. 8992b6a CRAS: cras_tests: Use getopts crate for input args by paulhsia · 6 years ago
  64. aa62cca CRAS: Reduce number of zeros to fill in no stream state by Yu-Hsuan Hsu · 6 years ago
  65. 1a81714 init: Migrate /var/empty to /mnt/empty. by Allen Webb · 6 years ago
  66. 7a5b2df config: drop old boards by Mike Frysinger · 6 years ago
  67. 9614063 add a deprecation notice for BOARD by Mike Frysinger · 6 years ago
  68. f167e67 CRAS: Support main volume control in specified UCM by En-Shuo Hsu · 6 years ago
  69. 4989598 CRAS: Cleanup biquad code nesting by Curtis Malainey · 6 years ago
  70. db88ec5 CRAS: Add biquad unittests by Curtis Malainey · 6 years ago
  71. 04b606c CRAS: iodev_list - suspend/resume dev API to fix BT profile switch bug by Hsin-Yu Chao · 6 years ago
  72. 2b7ef52 CRAS: libcras: Use send instead of write by paulhsia · 6 years ago
  73. 1f21208 CRAS: use CString::as_ptr instead of into_raw by Zach Reizner · 6 years ago
  74. d9a0ff2 journald: fix dangling /dev/log symlink by Chris Morin · 6 years ago
  75. 857ddd2 CRAS: audio_thread - Consider rate difference between device and stream by Yu-Hsuan Hsu · 6 years ago
  76. 52a4f1a CRAS: libcras: Fix unit test assertion by paulhsia · 6 years ago
  77. d9fac7e UCM: Enable software gain for HD Pro Webcam C920 by Yu-Hsuan Hsu · 6 years ago
  78. 73fb0a1 auron_paine: Use FullySpecifiedUCM and add dcblock, software gain to mic by paulhsia · 6 years ago
  79. ff299b0 CRAS: fix clang warnings by Dylan Reid · 6 years ago
  80. 794a394 CRAS: rstream_unittest - Fix build without webrtc by Dylan Reid · 6 years ago
  81. 1dbf787 CRAS/libcras: Fix unit test error in arm by paulhsia · 6 years ago
  82. 1c48710 cras_tests: A test client to test CrasClient by paulhsia · 6 years ago
  83. 723022e CRAS: libcras - rust version CRAS client library by paulhsia · 6 years ago
  84. 0f0e2dc CRAS: cras_stream module for client stream API by paulhsia · 6 years ago
  85. d8726a4 CRAS: audio_socket module for audio message by paulhsia · 6 years ago
  86. 76e471c CRAS: cras_server_socket module for CrasServerSocket by paulhsia · 6 years ago
  87. f80eb93 CRAS: libcras - Set edition to 2018 by Dylan Reid · 6 years ago
  88. a09d6ec CRAS: libcras - add patch.crates-io section for external crates by Dylan Reid · 6 years ago
  89. 5672de8 audio_streams: Servers can return a list of open FDs by Dylan Reid · 6 years ago
  90. 2a281ba CRAS: fmt_conv_ops_unittest - Fix invalid memory access by Hsin-Yu Chao · 6 years ago
  91. 9c710fe CRAS: cras_shm module in libcras crate by paulhsia · 6 years ago
  92. a4380af CRAS: dsp: dcblock: Use a mix-in ramp to suppress initial DC discontinuity by Daniel Kurtz · 6 years ago
  93. 4b95c40 CRAS: cras-sys crate generated from adhd/cras/common by paulhsia · 6 years ago
  94. 451f36d Add the `audio_streams` crate by Dylan Reid · 6 years ago
  95. 7006dbb CRAS: server_metrics - Log number of missed callback schedules by Yu-Hsuan Hsu · 6 years ago
  96. 3a98e48 CRAS: fmt_conv_ops: add unittests by Tzung-Bi Shih · 6 years ago
  97. f279d48 CRAS: fmt_conv: decouple fmt_conv and fmt_conv_ops by Tzung-Bi Shih · 6 years ago
  98. 101666c CRAS: fmt_conv: extract operations of format converters by Tzung-Bi Shih · 6 years ago
  99. 2534986 CRAS: iodev_list_unittest - Cover more about pinned stream and fallback dev by Hsin-Yu Chao · 6 years ago
  100. 182cdfd CRAS: unittest - Create metrics_stub for cras_server_metrics functions by Yu-Hsuan Hsu · 6 years ago