summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* audio: improve log message to support for devices that dont have an ampChristopher N. Hesse2018-07-121-1/+5
* Audio: remove unsupported aec loopback stuff.stenkinevgeniy2018-07-033-158/+0
* Audio: out_open_pcm_devices - use out->config instead of pcm_device->pcm_prof...stenkinevgeniy2018-05-181-1/+1
* Audio: remove unsupported hotword/soundtrigger stuff.stenkinevgeniy2018-05-182-138/+20
* audio: return EINVAL to avoid get_presentation_position spamming logsVictor Lourme2018-04-011-2/+1
* audio: Use audio_route_{apply/reset}_and_update_pathChristopher N. Hesse2018-03-101-37/+17
* audio: Update mixer knobs after re-applying output routeChristopher N. Hesse2018-03-061-0/+1
* audio: Guard mixer path dependency fixChristopher N. Hesse2018-03-041-1/+1
* audio: Support new and old mixer paths locationsChristopher N. Hesse2018-02-161-2/+7
* audio: Print error in case of nonexistant mixer pathsChristopher N. Hesse2018-02-161-0/+5
* audio: Avoid mixer path dependency conflictsChristopher N. Hesse2018-02-091-0/+11
* audio: Fix BT sample rate handling properlyChristopher N. Hesse2018-01-202-4/+20
* audio: End voice call in set_mode()Christopher N. Hesse2018-01-201-4/+4
* audio: Fix incall device switch handlingChristopher N. Hesse2018-01-201-2/+5
* audio: Improve code readabilityChristopher N. Hesse2018-01-201-1/+1
* audio: Initial support for amplifier HALsChristopher N. Hesse2018-01-203-2/+169
* audience: Cleanup write_int()Christopher N. Hesse2017-04-021-12/+19
* audience: Use O_WRONLY flag for write_int()Christopher N. Hesse2017-04-021-1/+1
* audience: Always log write_int() failsChristopher N. Hesse2017-04-021-7/+1
* audience: Warn when we cannot handle the output deviceChristopher N. Hesse2017-04-021-0/+2
* audio: Split BT SCO media/incall pathsChristopher N. Hesse2017-03-203-15/+27
* audio: add support for bluetooth wideband voice callsFevax2017-03-204-8/+42
* audio: Add support for Audience EarSmart ICsChristopher N. Hesse2017-03-036-0/+291
* audio: Add error logging to ril_interfaceChristopher N. Hesse2017-03-011-0/+20
* audio: Restart the voice call on device changeAndreas Schneider2017-02-242-1/+13
* audio: Improve logging in out_set_parameters()Andreas Schneider2017-02-191-2/+10
* audio: Implement WB_AMR callback correctlyAndreas Schneider2017-02-194-16/+26
* audio: Fix get_snd_device_name() for earpieceAndreas Schneider2017-02-161-1/+1
* audio: Cleanup and fix voicecall preparationChristopher N. Hesse2017-02-161-36/+36
* audio: Guard WB_AMR callbackChristopher N. Hesse2017-02-153-11/+26
* audio: Rename HANDSET to EARPIECE to follow libsecril-clientAndreas Schneider2017-02-151-3/+3
* Revert "audio: Disable voice log by default"Christopher N. Hesse2017-02-151-1/+1
* audio: Use labs() instead of abs()Paul Keith2017-02-141-2/+2
* audio: Disable voice log by defaultAndreas Schneider2017-02-141-1/+1
* audio: Log error if we fail to set the audio pathAndreas Schneider2017-02-141-1/+3
* audio: Add missing deep buffer to use_case_tableAndreas Schneider2017-02-141-0/+1
* audio: Fix device table access in get_snd_device_name()Andreas Schneider2017-02-141-1/+2
* audio: Fix time diff to always return positive numbersAndreas Schneider2017-02-141-11/+4
* audio: Update comments for voice micsAndreas Schneider2017-02-121-4/+8
* audio: Add support for bluetooth voice callsAndreas Schneider2017-02-124-4/+123
* audio: Remove device bit only on active_inputAndreas Schneider2017-02-111-3/+3
* audio: Add a mixer_path_0.xml template for the HALAndreas Schneider2017-02-111-0/+140
* audio: Add support for voice session mic muteAndreas Schneider2017-02-113-1/+9
* audio: Add voice call wideband supportAndreas Schneider2017-02-114-3/+50
* audio: Add support for two mic controlAndreas Schneider2017-02-114-7/+27
* audio: Leave out_get_presentation_position() early when switching to WBAndreas Schneider2017-02-111-0/+6
* audio: Do not segfault in out_get_presentation_position()Andreas Schneider2017-02-111-15/+26
* audio: Enable voice call supportChristopher N. Hesse2017-02-104-13/+314
* audio: Remove unused variables and functionAndreas Schneider2017-02-102-27/+16
* Revert "audio: Remove unused screen_state parameter"Andreas Schneider2017-02-102-0/+9