summaryrefslogtreecommitdiff
path: root/cras/src/server/cras.c
AgeCommit message (Expand)Author
2020-05-26Revert "Revert "CRAS: cras_alsa_plugin_io""Hsin-Yu Chao
2020-05-21Revert "CRAS: cras_alsa_plugin_io"LaMont Jones
2020-05-21CRAS: cras_alsa_plugin_ioHsin-Yu Chao
2020-04-27CRAS: Change syslog level from LOG_ERR to LOG_WARNINGYu-Hsuan Hsu
2019-06-25CRAS: Format crasEn-Shuo Hsu
2018-06-29CRAS: config - expose aec parameters in aec.iniHsin-Yu Chao
2017-10-13CRAS: Initialize shm outside of system stateDylan Reid
2017-01-16CRAS: Ignore empty ucm suffix argumentHsin-Yu Chao
2017-01-11CRAS: alsa_card - Add internal_ucm_suffixHsin-Yu Chao
2016-10-26CRAS: Add --disable_profile option to control SDP profileYuji Sasaki
2016-05-03CRAS: Make cras return the result of cras_server_run().John Muir
2015-07-30CRAS: Move loopback device creation into iodev list init.Chinyue Chen
2015-05-18cras: Add device_config_dir argument to set config directoryCheng-Yi Chiang
2015-05-18CRAS: system_state - Add device_config_dir to system stateCheng-Yi Chiang
2015-04-21CRAS: Add loopback feature back.Dylan Reid
2015-04-07CRAS: New --dsp_config CLI optionDylan Reid
2015-02-03CRAS: Re-implement loopback using pinned streams.Chinyue Chen
2014-12-18CRAS: New --syslog_mask CLI option to unlock syslog messagesMarc Herbert
2014-12-16CRAS: hfp - Enable hfp/hspHsin-Yu Chao
2014-09-27CRAS: Major changes to device switching.Dylan Reid
2014-05-23cras: Set SIGCHLD disposition to SIG_IGN to autoreap childrenMichael Spang
2014-04-14CRAS server: Ability to send message from audio thread to mainHsin-Yu Chao
2014-03-14CRAS: HFP/HSP: add flag to enable hfp/hspHsin-Yu Chao
2013-07-01CRAS: Create post-mix loopback device.Dylan Reid
2012-12-05CRAS: DSP - Add cras_dsp.c for dsp pipeline management.Chih-Chung Chang
2012-10-01CRAS: Clean up syslog.Dylan Reid
2012-08-24CRAS: Initialize iodev list.Dylan Reid
2012-04-10CRAS: Factor out server stuff from main.Dylan Reid
2012-03-30CRAS: Add empty iodev.Dylan Reid
2012-03-30CRAS: Remove hack to supply system with cards.Dylan Reid
2012-03-30CRAS: Rename system_settings to system_state.Dylan Reid
2012-03-07CRAS: Logging fixes.Dylan Reid
2012-02-24CRAS: Store socket files somewhere reachable by all.Dylan Reid
2012-02-24CRAS: no newline needed on perror/syslog.Dylan Reid
2012-02-24CRAS: Add alsa_card abstraction.Dylan Reid
2012-02-23CRAS: Pass mixer into iodev create function.Dylan Reid
2012-02-15CRAS: init system settings before setting up devices.Dylan Reid
2012-02-15CRAS: Split server and client message types.Dylan Reid
2012-02-15CRAS: Rename messages to CRAS_*.Dylan Reid
2012-02-15CRAS: Add system settings module.Dylan Reid
2012-01-25CRAS: Add stream/client being removed to log message.Dylan Reid
2012-01-25CRAS: Name enums, and favor size_t instead of uint32_t.Dylan Reid
2012-01-25CRAS: Add server main.Dylan Reid