1. 0003bbf CRAS: audio_thread - don't pass thread to do_capture by Dylan Reid · 7 years ago
  2. e90ee0f CRAS: audio_thread - remove unused thread argument by Dylan Reid · 7 years ago
  3. 7a490dd CRAS: Stop dev_io from poking in to rstream by Dylan Reid · 7 years ago
  4. 0f03960 CRAS: dev_io - fix typo in comment about wake up time by Dylan Reid · 7 years ago
  5. 08d5f3d CRAS: audio_thread - Factor out playback fetching by Dylan Reid · 7 years ago
  6. 798d45e CRAS: audio_thread - Rename output_stream_fetch by Dylan Reid · 7 years ago
  7. d161ef4 CRAS: audio_thread - Pass device list to output_stream_fetch by Dylan Reid · 7 years ago
  8. 77fe271 CRAS: audio_thread - Remove unused parameter by Dylan Reid · 7 years ago
  9. 9c03f05 CRAS: iodev_list - Fix closing pinned stream by Cheng-Yi Chiang · 7 years ago
  10. 0482e80 CRAS: iodev_list_unittest - Remove unused variable by Cheng-Yi Chiang · 7 years ago
  11. 029cddd CRAS: iodev - Remove unused function prototypes by Dylan Reid · 7 years ago
  12. 81d78a4 CRAS: audio_thread - Comment spelling fix by Dylan Reid · 7 years ago
  13. 189c1fd CRAS: audio_thread - remove unused forward declaration by Dylan Reid · 7 years ago
  14. 661ebed CRAS: fmt_conf - Have destructor set pointer to NULL by Dylan Reid · 7 years ago
  15. f264f5c CRAS: iodev - remove extra space by Dylan Reid · 7 years ago
  16. 3d024f6 CRAS: dev_stream - Fix busy loop when capturing to two streams by Hsin-Yu Chao · 7 years ago
  17. 500fa0c CRAS: shm - Fix cras_shm_get_writeable_frames by Cheng-Yi Chiang · 7 years ago
  18. e7680d3 CRAS: audio_thread - Fix callback time for the second input stream by Cheng-Yi Chiang · 7 years ago
  19. ea62690 CRAS: cras_client - Remove debug message by Cheng-Yi Chiang · 7 years ago
  20. 91493ab CRAS: cras_client - Close fd to shm if stream is removed by Cheng-Yi Chiang · 7 years ago
  21. a2dbfc3 CRAS: Add ACCESSIBILITY stream type. by Chinyue Chen · 7 years ago
  22. eece792 asla_ucm: Initialize last_str by Dylan Reid · 7 years ago
  23. 6631135 build: Add space before DBUS flags by Dylan Reid · 7 years ago
  24. 81b3032 CRAS: cras_router - Audio routing using cras by Chase Brandon · 8 years ago
  25. 6233e2d CRAS: audio_test_gui - UI for audio test tool by Chase Brandon · 8 years ago
  26. 2e14c23 Revert "CRAS: Deduplicate snd_pcm_open calls when opening a device." by Chinyue Chen · 7 years ago
  27. 70182dd CRAS: Deduplicate snd_pcm_open calls when opening a device. by Chinyue Chen · 8 years ago
  28. 1a8074b CRAS: alsa_io - Remove unneeded update_supported_formats call. by Chinyue Chen · 8 years ago
  29. 3615ecb CRAS: iodev - Skip update_channel_layout for 2-channel output. by Chinyue Chen · 8 years ago
  30. 5082f24 CRAS: test_client - Display stream type in audio thread info. by Chinyue Chen · 8 years ago
  31. 8c14662 CRAS: test_client - Add option to specify stream type. by Chinyue Chen · 8 years ago
  32. 2de7350 CRAS: test_client - Fix wrong closing paren. by Chinyue Chen · 8 years ago
  33. f96bf8e CRAS: alsa_mixer - Fix cras_alsa_mixer_set_mute by Cheng-Yi Chiang · 8 years ago
  34. d4c8bcd CRAS: iodev - Tune the ramp duration by Cheng-Yi Chiang · 8 years ago
  35. f614b5c CRAS: remove non-critical logs in libcras and cras_util by Cheng-Yi Chiang · 8 years ago
  36. 0c7b27b CRAS: iodev_list_unittest - update active node for pinned stream by Hsin-Yu Chao · 8 years ago
  37. 2a609e2 CRAS: iodev_list - Enable/disable active node for pinned stream by Hsin-Yu Chao · 8 years ago
  38. 53efd27 CRAS: alsa_jack - Remove callback of hctl element on destroy by Cheng-Yi Chiang · 8 years ago
  39. f62f24a CRAS: audio_thread - Use wake up time from dev_stream by Cheng-Yi Chiang · 8 years ago
  40. 9903383 CRAS: dev_stream - Add method to get wake up time by Cheng-Yi Chiang · 8 years ago
  41. 797b23b CRAS: dev_stream - Avoid bursting captured data to stream by Cheng-Yi Chiang · 8 years ago
  42. bd7dee7 CRAS: test_client - Add log for number of overruns of streams by Cheng-Yi Chiang · 8 years ago
  43. a260b3a CRAS: test_client - Display device ID in decimal. by Chinyue Chen · 8 years ago
  44. 77fa3d8 CRAS: iodev_list - Skip ramping if device volume is zero by Cheng-Yi Chiang · 8 years ago
  45. ab692f0 CRAS: iodev_list - Fix argument of cras_iodev_list_dev_is_enabled by Cheng-Yi Chiang · 8 years ago
  46. 82d5f06 CRAS: iodev - Add method to query if a device should mute for volume by Cheng-Yi Chiang · 8 years ago
  47. 04bfd98 CRAS: alsa_io - Fix comment style by Cheng-Yi Chiang · 8 years ago
  48. e26a4a1 CRAS: alsa_io - Specify default node gain in UCM by Cheng-Yi Chiang · 8 years ago
  49. 2d7d734 CRAS: system_state - Store target capture gain by Cheng-Yi Chiang · 8 years ago
  50. 5528e74 CRAS: audio_thread - Synchronize audio thread callback removal by Hsin-Yu Chao · 8 years ago
  51. af4f8e9 CRAS: bt_device - Handle SCO socket error case by Hsin-Yu Chao · 8 years ago
  52. 825b113 CRAS: tm - Fix invalid memory access in cras_tm by Hsin-Yu Chao · 8 years ago
  53. 428b555 CRAS: alsa_io - Move volume curve to alsa output node by Hsin-Yu Chao · 8 years ago
  54. 7b891b5 CRAS: alsa_io_unittest - Remove uneccessary code by Hsin-Yu Chao · 8 years ago
  55. 0596a54 CRAS: system_state - Only notify observer if needed by Cheng-Yi Chiang · 8 years ago
  56. 86fd177 CRAS: iodev_list - Ramp up/down for unmute/mute only in normal run by Cheng-Yi Chiang · 8 years ago
  57. f39a21b CRAS: iodev - Do not ramping up when output should mute by Cheng-Yi Chiang · 8 years ago
  58. 1830801 CRAS: Ignore empty ucm suffix argument by Hsin-Yu Chao · 8 years ago
  59. 2a31c92 CRAS: When setting new active node, disable all other nodes by Toni Barzic · 8 years ago
  60. 29ff3ba CRAS: cras_udev - zero USB card info when created by Toni Barzic · 8 years ago
  61. e95d50d CRAS: alsa_card - Add internal_ucm_suffix by Hsin-Yu Chao · 8 years ago
  62. bf1f4c5 CRAS: alsa_io - Add front and rear mic types by Hsin-Yu Chao · 8 years ago
  63. f047452 CRAS: cras_iodev: initialize ramp_action variable by Dylan Reid · 8 years ago
  64. 674a4da CRAS: min alsa-lib is 1.1.0 by Dylan Reid · 8 years ago
  65. af92516 cras_udev - Don't reuse dev variable by Dylan Reid · 8 years ago
  66. 1c80a34 CRAS: alsa_helper - Fix num_underrun count by Cheng-Yi Chiang · 8 years ago
  67. 1ae0e34 CRAS: ucm - Use "Speech" instead of "Voice" for UCM verb. by Chinyue Chen · 8 years ago
  68. d31366a CRAS: alsa_ucm - Add CaptureChannelMap for input device by Hsin-Yu Chao · 8 years ago
  69. a898c17 CRAS: audio_area - Remove unused argument by Hsin-Yu Chao · 8 years ago
  70. bba1e29 CRAS: alsa_io - Separate volume and mute ops by Cheng-Yi Chiang · 8 years ago
  71. 6435020 CRAS: Ramping up/down for new stream and mute/unmute switching by Cheng-Yi Chiang · 8 years ago
  72. cbb2374 CRAS: device_monitor - Add function to set mute state by Cheng-Yi Chiang · 8 years ago
  73. c921f93 CRAS: iodev - Wrap set_mute with a function by Cheng-Yi Chiang · 8 years ago
  74. 961c12c CRAS: ramp - Add callback to call when ramping is done by Cheng-Yi Chiang · 8 years ago
  75. b08926e CRAS: mix - Add ops to scale with increment by Cheng-Yi Chiang · 8 years ago
  76. 793f732 CRAS: ramp - Add a module for ramping by Cheng-Yi Chiang · 8 years ago
  77. a66885e CRAS: alsa_jack - Move wait_for_dev_input_access to cras_util by Cheng-Yi Chiang · 8 years ago
  78. f84a427 CRAS: alsa_io - Do not turn off switch for volume zero by Cheng-Yi Chiang · 8 years ago
  79. e22da84 CRAS: system_state: Adjust current gain when limit changes by Cheng-Yi Chiang · 8 years ago
  80. 5c41410 CRAS: alsa_io - Implement output_underrun for alsa_io by Cheng-Yi Chiang · 8 years ago
  81. ea4fbbb CRAS: iodev - Avoid repeated reset request by Cheng-Yi Chiang · 8 years ago
  82. e4cfb42 CRAS: alsa_io - Set severe underrun threshold to five seconds by Cheng-Yi Chiang · 8 years ago
  83. 52aaabb CRAS: client - Don't send partial corrupted buffer to client by Hsin-Yu Chao · 8 years ago
  84. 52aa233 CRAS: dev_stream - Remove unused variable by Hsin-Yu Chao · 8 years ago
  85. 8d23572 CRAS: client - Fix Chrome crash when input buffer overrun by Hsin-Yu Chao · 8 years ago
  86. 50ce492 CRAS: UCM - Derive use case verb from cras_use_case_mgr. by Chinyue Chen · 8 years ago
  87. fa88cc3 CRAS: UCM - Extract and expose ucm_set_use_case function. by Chinyue Chen · 8 years ago
  88. 9b631e2 CRAS: UCM - Introduce cras_use_case_mgr wrapper. by Chinyue Chen · 8 years ago
  89. c84eb15 CRAS: dbus_control - Add serial number for USB device for stable id by Moja Hsu · 8 years ago
  90. 45023e1 CRAS: iodev_list - Retry if init device failed by Hsin-Yu Chao · 8 years ago
  91. b7fbe5c CRAS: iodev_list - Use fallback iodev at open iodev failure by Hsin-Yu Chao · 8 years ago
  92. 83fdcd6 CRAS: iodev_list - Fix pinned stream check by Hsin-Yu Chao · 8 years ago
  93. 799c76d CRAS: loopbacl_iodev - Fix get_buffer callback by Hsin-Yu Chao · 8 years ago
  94. 40ec4b1 CRAS: a2dp - Don't flush too much when buffer level is low by Hsin-Yu Chao · 8 years ago
  95. 8501b95 CRAS: use R_OK to test file read permission by Yong Zhi · 8 years ago
  96. fe3b32a CRAS: audio_thread - Log when input stream overruns by Hsin-Yu Chao · 8 years ago
  97. 443a8d0 CRAS: client - Don't read repeated data by Hsin-Yu Chao · 8 years ago
  98. d34bdb1 CRAS: alsa_io - Track number of severe underruns by Cheng-Yi Chiang · 8 years ago
  99. b442131 CRAS: main_message - Add newline in the end of file by Cheng-Yi Chiang · 8 years ago
  100. 94f0755 CRAS: device_monitor - Add device monitor to handle device request by Cheng-Yi Chiang · 8 years ago