summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)Author
2020-04-30sdm660-common: audio: Decommonize some configsDavide Garberi
Change-Id: If64a95ae79bb74721731ebf2354fe6b5e0aa09e8
2019-08-13wayne-common: Update mixer paths for sdm660 internal codecVatsal Bucha
Internal codec has a direct connection between ADC1 and AMIC1. Add a switch to prevent default powering up of AMIC1. CRs-Fixed: 2058182 Change-Id: If00b3d239655d2ecc77654ab379bbc0bd57e5b0d
2019-08-13wayne-common: Remove default sampling rate and channel entries for bt a2dpPreetam Singh Ranawat
-Remove default setting of sampling rate to 48K and stereo channel for bt a2dp as support for multiple sampling rates and channels over a2dp is added and being set from hal. Change-Id: I8a40182af0d97b31b136a1928cbbe6f728eb950f
2019-08-13wayne-common: Separate BT sample rate Rx and Tx backend configRamjee Singh
Independent configuration of Rx and Tx backend sample rates for BT usecases. Change-Id: Ic2437531dad1e53e866100c4022e4667103f4c92
2019-08-13wayne-common: Support 2 instances of "primary input"Samyak Jain
No Audio heard in FM Speaker when FM record and FM speaker are on simultaneously With default values for maxActiveCount and maxOpenCount, FM app is unable to record and play FM audio on speaker simultaneously since it uses application loop back(AudioRecord->AudioTrack) to route FM audio to non-default devices(Speaker) Add attributes maxActiveCount="2" and maxOpenCount="2" to mixPort "primary input" CRs-fixed: 2249758 Change-Id: I82a1cb0d5596486d531d5324b91f932f52b07f9e
2019-08-13wayne-common: audio: Add microphone characteristics and snd device mappingRamjee Singh
Populate microphone characteristics for supported microphones on platform. Map input sound devices to specific microphone ids. Change-Id: I9aab6ef04bb941533261740723ffcf78645d3e1e
2019-08-13wayne-common: config: Update keep_alive to support silence playback on ↵Md Mansoor Ahmed
non-hdmi devices Keep_alive can now handle silence playback on multiple concurrent devices such as primary output devices as well as HDMI Change-Id: Icdf22c9d8d1264d463b23c8f54020e792840b73c Signed-off-by: Md Mansoor Ahmed <mansoor@codeaurora.org>
2019-08-13wayne-common: audio: Add dynamics processing supportLakshman Chaluvaraju
(cherry-picked from c57b29cc104a7f4f1250cf67ce739795f6c2ecaf) Change-Id: If22b1f2151cec52fa17cad7eecb981c3a591dc2e
2019-08-13wayne-common: Convert audio_effects.conf to XMLLuK1337
* Converted using : https://github.com/luk1337/aeffects-conf2xml Change-Id: Ida4dabb206f9c9767cc17f5d002d64bca092ed94
2018-07-13wayne: Initial bringupIsaac Chen
Change-Id: I211da5781d8c7a16199fd8a18e1b00cfc9e01944 Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>