summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)Author
2020-12-20sdm660-common: Drop QTI bluetooth stackMichael Bestas
Change-Id: Ifcbfb87a82e61e2d868c1889f026525210501223
2020-07-11sdm660-common: Don't advertise vorbis offloading supportLuK1337
* Doesn't work at all. Change-Id: I10cd34c6e52e9c72f3089d3c5f479d5ea5532d86
2020-06-27sdm660-common: Switch to QTI bt stack and enable a2dp offloaddianlujitao
Change-Id: I47016b066ae800d0071dbad6a1235cbc9db3cf80
2020-04-30sdm660-common: Disable a2dp offloaddianlujitao
sdm660's BT firmware doesn't support HCI command of a2dp offload used by AOSP BT stack. Change-Id: I7efa82e5bb89ce08f18984c748c626f849f148fa
2020-04-30sdm660-common: Update audio config from LA.UM.8.2.r1-05100-sdm660.0dianlujitao
Change-Id: I0874bdd23666419ff475cb9b2da78e7f5c12013b
2020-04-30sdm660-common: Decommonize sound_trigger_mixer_paths.xmldianlujitao
Change-Id: I814306d7ebbeed9b6c57cd3bef02c8a7a16ba0ff
2020-04-30sdm660-common: audio: Fix a typoDavide Garberi
* Causes audioserver crash E APM::Serializer: deserialize: libxml failed to resolve XIncludes on /vendor/etc/audio_policy_configuration.xml document. * Also clean a tab indentation Change-Id: I7bf0ce6f0107178f2377b84b42945ef4d5d1b4c7
2020-04-30sdm660-common: configs: Add BT SCO to routes listSujin Panicker
- Issue with returning a valid device descriptor since BT SCO is not defined in IOProfile. - With Android-Q changes, first attempt to retrieve device descriptor from the avaiable HwModule may fail due to address and encoded format conditions. - Further device descriptor query is based on IOProfile with devices defined in audio_policy_configuration. - This change adds BT SCO to IOProfile. Change-Id: I52225070e97dd702f965ca5dbb5db9d128df1faf
2020-04-30sdm660-common: configs: Remove surround recording support from audio policy ↵Dhananjay Kumar
config xml Remove surround sound recording support from audio policy config xml as its resulting in CTS failure due to mismatch in channel index support for record usecase. Change-Id: Idf50b3f2e71c4209720e79c0248ce74bc1a0edf2
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>