- Jul 03, 2024
-
-
Bug: 163050296 Test: A2DP related test. Signed-off-by:
Hadad <hadad@linuxmail.org> Change-Id: I269220cf29451ea79362fc004fa073713f72fdb2
-
Using "dynamic" is invalid according to xml schema "audio_policy_configuration_V6_0.xsd". Test: atest VtsHalAudioV6_0TargetTest Test: atest VtsHalAudioEffectV6_0TargetTest Signed-off-by:
Hadad <hadad@linuxmail.org> Change-Id: Ic1660f0d593f83e5568a4ad678383e600e27b793
-
For earpiece to be properly enumerated as a output device, set valid and supported out_ channel mask. Signed-off-by:
Hadad <hadad@linuxmail.org> Change-Id: Ic83b009956ff43567b3acbb186d0069b16e91e83
-
- Jul 26, 2023
-
-
Dhina17 authored
AudioSphere post processing is used to add virtualization effect to audio playback on stereo speakers. It's supported by neither our stock nor CLO for msm89xx. Plus our device don't have stereo speakers. Change-Id: I1b985ec97d5edee529cac00e6c21f8eb64c1b19a
-
- Mar 06, 2021
-
-
Built-in mic and Built-In Back Mic aren't in supported devices list of primary input, Add them to primary input sources to reuse input to avoid to open extra input stream in AHAL Also remove Telephony Rx to make in call record use case through different front end pcm device when sva enabled to solve concurrency capture issue Change-Id: I0f0bf7581a252734bea0a799122d203e3a3eea11
-
Change-Id: Iae6212f135fc4cc7bfb0528380daf9f13101a2ec
- Aug 25, 2020
-
- Aug 14, 2020
-
-
* The correct PCM ID was discovered by checking /proc/asound/card0/pcm3c and pcm3p (these are the PCM capture and playback devices with id 3, which happens to be the proper PCM ID for VOIP usecases) * After this change, it finally allows audio routing to actually occur for VoIP playback and record usecases. Signed-off-by:
Jyotiraditya <jyotiraditya@aospa.co> Change-Id: I8279218e27c09334607049f43e03009543ea56cb
-
Add path entries for VOIP playback and record usecases for internal and external codec variants. Change-Id: I2f25bc6b53336398cfa5b23de05f7dba0920d2af
-
- Jul 26, 2020
-
-
Dhina17 authored
* sdm632/msm89xx doesn't support bt a2dp offload. So Drop it. This commit includes: Revert "onclite: Disable A2DP offload in developer options by default" This reverts commit 6a7fb7ac. Revert "onclite: BluetoothAudio HAL: flip to be enabled by default" This reverts commit 0f7bb134. Revert "onclite: A2DP offload: swap audio XML files" This reverts commit de431649. Revert "onclite: Enable BT A2DP offload" This reverts commit db524341. Revert "onclite: Support A2DP offload for Bluetooth Audio HAL V2" This reverts commit 59b8e902. Change-Id: I7e86b810b14023f8428927147cce77493863d7a0 Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
- May 26, 2020
-
-
Swap audio XML files, and supports following scenarios: 1) (default) audio_policy_configuration.xml Using BluetoothAudio HAL and A2DP offload 2) audio_policy_configuration_a2dp_offload_disabled.xml Using BluetoothAudio HAL only when A2DP offload is disabled 3) audio_policy_configuration_bluetooth_legacy_hal.xml No BluetoothAudio HAL nor A2DP offload Bug: 126304229 Test: Switch BluetoothAudio HAL and A2DP offload manully Change-Id: Id29dbb602cfeaf6c892a8c346811d576c4195038 Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Bug: 63932139 Bug: 76201991 Test: Manual A2DP testing (A2DP offload enabled and disabled) Change-Id: Id90a4ba45e5bbec4e60ace113fd4037127f40f29 Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Remove primary flags from hearing aid also. Bug: 124277691 Bug: 124014853 Test: manual with BluetoothAudioHAL enabled / disabled Change-Id: Ibc86687a6a6c2f0767a213ccd408e7bb5de98985 Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Bug: 111519504 Bug: 124277690 Test: build pass Change-Id: Ic5797c0e1adf4706558df52074e6649d2377507a Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Add sound trigger implementer version. Set the version to 1.0 with the value 0x0100. This is to add SVA3.0 support from STHAL so that the client app can make use of this version info to get to know of platform SVA3.0 support. Change-Id: Ib2d08d36e878adc09c31948483f155a97be30b6e Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
The AC3, EAC3 formats are supported only when license and respective decoders are present. Having these entries in policy configuration by default will unnecessarily trigger open_output_stream and then fail when decoders are not present. This results in glitches at the begining of playback of video clips with AC3 or EAC3 audio contents. Removed these entries to make the video playbck smooth with out any glitches. CRs-Fixed: 2428579 Change-Id: I41b7ef9d8e2c5f77c261067337f602d705e11c35 Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
- Added missing changes for audiosphere effect Change-Id: I230f9a729d9cbc3d7c5222b5501620b4357e9272 Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
- 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 Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
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 Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
As FM app no longer uses app loopback, 2 instances of "primary input" is not needed Change-Id: I7d5e941e916bdf221798ca89360e4751d4af322b Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
- Apr 11, 2020
-
-
Dhina17 authored
-
- Dec 31, 2018
-
-
Artem Borisov authored
* From LA.UM.7.6.r1-03700-89xx.0 Change-Id: I12edabf565d17008e811c5a093f2146e521de41b
-
- Jul 23, 2018
-
-
TheScarastic authored
* Tissot - OPM1.171019.019 Change-Id: Ifaed11b057ed2308f0c5e960f7ba160913c98b88
-
- Mar 08, 2018
-
-
TheScarastic authored
-
- Feb 18, 2018
-
-
Billchen1977 authored
* disable sco enhanced commands Change-Id: I8c24fda21ee4fc49f1edfb64746172638353a23e
-
TheScarastic authored
* Update configs from tissot * Update audio confgis from caf LA.UM.6.6.r1-04000-89xx.0 * Remove depreceated hostapd configs * Move Thermal config to vendor * Move permissions to vendor/etc/permissions * Use macro for vendor Change-Id: I9554d46e94def8ec1cb85b8a108481f585cbf752
-
- Aug 31, 2017
-
-
Mark Captur authored
Change-Id: Iae08df9e716717735ebcc7585ca822e1cbcd46aa
-
- Jun 26, 2017
-
-
TheScarastic authored
Change-Id: I2bb9ab57b89ece3626a6cdf618771a0a3b1f5270
-
- Jun 02, 2017
-
-
TheScarastic authored
-
- May 29, 2017
-
-
TheScarastic authored
-
- Mar 18, 2017
-
-
TheScarastic authored
-
- Feb 28, 2017
-
-
TheScarastic authored
* Facing Audio lags
-
- Feb 24, 2017
-
-
TheScarastic authored
-
- Feb 19, 2017
-
-
TheScarastic authored
-
- Feb 10, 2017
-
-
TheScarastic authored
-