- Feb 08, 2025
-
-
synergy dev authored
Avoiding the use of GCC extensions improves code portability Change-Id: Iabe9fc84d135160367922e6d026e8608475fe8c8
-
synergydev authored
Not using a GNU extension improves portability Change-Id: I732753d2efa19efb48312664c7a2155f78ceee35
-
- Feb 07, 2025
-
-
Michael Bestas authored
Change-Id: Icf72d9c2211ae95741344e0051c8de6726f7d44b
-
Michael Bestas authored
Change-Id: I4dd5ea5f78182bd1c40507238f2c3394c044be04
-
Manish Chaturvedi authored
Adding checks for whether there are enough buffer left for typecast. Change-Id: I40b2488405dfa1ded09fbf83cb4bcf08913d4384
-
Jiyong Park authored
The ndk_platform backend will soon be deprecated because the ndk backend can serve the same purpose. This is to eliminate the confusion about having two variants (ndk and ndk_platform) for the same ndk backend. Bug: 161456198 Test: m Merged-In: I14a1c57bd06f1f2aa52491f779c7030d4de03547 Change-Id: I7b9055909b901843631314b9577a9e578a739d00
-
Wei Wang authored
Bug: 154338876 Test: build Change-Id: I93b858a1991b18e281ca488351d2526d5f5dd4d8
-
Wei Wang authored
Right now AIDL doesn't provide an API for vendor code to query if the AIDL HAL declared. This will lead to 1) long blocking call for device doesn't have the AIDL HAL and also 2) potential problem if the service starts late after 5s timeout. This is a workaround for addressing 1) on devices having HIDL, but still affects device that doesn't have HIDL service. Bug: 149797408 Test: build Change-Id: I60aada1ab1a044db965987bca5f6eee5b6262b20
-
Wei Wang authored
Bug: 148798433 Test: Build Change-Id: Ie14d90bf17faad68beb16a9916e2fab9627b1eb4
-
- Jan 21, 2025
-
-
pjgowtham authored
This feature is used by newer oplus devices and nothing devices and is necessary for the microphone output to not be awfully low in all situations except calls. To enable this feature, include the below parameter to audio_platform_info.xml that is parsed. <param key="record_use_ap_lvacfs" value="enable"/> Change-Id: I3ae4e8b3a99765fcb052a07d1dd3082b035d62ad
-
pjgowtham authored
This feature is only used by slightly older oplus devices and is necessary for the microphone output to not be awfully low in all situations except calls. To enable this feature, include the below parameter to audio_platform_info.xml that is parsed. <param key="record_use_ap_lvimfs" value="enable"/> Change-Id: Ic7fa2eee591aaa9d03decb7481415ec16bc8a6ae
-
- Jan 04, 2025
-
-
Michael Bestas authored
* OMX HW audio codecs won't work without QCOM A/V enhancements, which we don't have on Lineage. Change-Id: I933697a80155ae8fa59ee793953c321b00078630
-
Michael Bestas authored
Change-Id: Id3b565877c919bdbddf9a5a2591f14e240783ae4
-
Michael Bestas authored
Change-Id: I8c80286dc779380d254bfbaa2504cd7c679cdb7b
-
Michael Bestas authored
Change-Id: I9a225774b0cabde16c85188cb693187228ecf50c
-
Michael Bestas authored
Change-Id: I5d039e33b5193da47fd4d0e641828392c68fe276
-
Michael Bestas authored
Change-Id: I1edb5ac3365a351634f1d1195758a7062ef2139b
-
- Nov 03, 2024
-
-
Michael Bestas authored
Merge tag 'LA.UM.9.14.r1-25000.02-LAHAINA.QSSI14.0' into staging/lineage-21.0_merge-LA.UM.9.14.r1-25000.02-LAHAINA.QSSI14.0 "LA.UM.9.14.r1-25000.02-LAHAINA.QSSI14.0" * tag 'LA.UM.9.14.r1-25000.02-LAHAINA.QSSI14.0': config: yupikidp / yupikidprb3: add input_snd_device_mic_mapping for DMIC_NN & DMIC_NN_VC audio-hal: Check validity of audio device audio-hal: Check validity of 'usecase' hal: changes for AEC and other CTS verifier tests on automotive audio-hal: Dont compile BATTERY LISTENER for Auto Target audio-hal: avoid FM uescase muting, upon muting MIC. configs : rb3gen2: update instance_id for FNN to 0x0 audio-hal: set usecase low-latency for usage voicecomm power_policy: Lock stream list fix race condition audio-extn: add back target out header path hal: avoid stop_output_stream() in out_stop() HAL: Fix the issue related to hfp mic mute. hal: Fix kW issues audio-hal: BLE Audio device configuration hal: Call acdb_init_v2 during sound card state change audio-hal: correct TARGET_BOARD_PLATFORM usage Revert "audio-hal: Disabling non automotive flags and features for makena" audio-hal: enable makefile violation fix only for auto audio-hal: Fix audio makefile violations audio-extn: use LOCAL_HEADER_LIBRARIES to access headers Conflicts: Android.mk configs/msm8937/msm8937.mk hal/audio_extn/Android.mk hal/audio_hw.h Change-Id: Ia75fe84e12aba27a37a49af8b1470ac13ee7fc1d
-
Michael Bestas authored
This reverts commit c00673cd. Reason for revert: Replaced by upstream commit. Change-Id: I05459b5817fb013309c56917e8263af528e2ba3b
-
- Sep 26, 2024
-
-
Yumi Yukimura authored
Change-Id: I5a60f9bcc2e99c4eeec5d80a372a04131fcf78f4
-
- Sep 18, 2024
-
-
Linux Build Service Account authored
Change-Id: Ib7f2c63fb94d8a6cf081bba7182ee2180ce7483b
-
- Sep 06, 2024
-
-
QCTECMDR Service authored
-
QCTECMDR Service authored
-
QCTECMDR Service authored
-
- Sep 05, 2024
-
-
Kumar Anurag Singh authored
- Audio VTS test case GetMicrophonesTest/0_default_primary is failing due to incorrect mic mapping. - Add proper mic mapping for SND_DEVICE_IN_HANDSET_DMIC_NN & SND_DEVICE_IN_SPEAKER_DMIC_NN. Change-Id: I1b163db25c525812e04834bfe484a67b7e78862e
-
Srinivasa Reddy M N authored
Audio device object fields should be accessed only if audio device was successfully created. Change-Id: I0de15884d21de1d2e2140a02a527848aaa27b7a4 Signed-off-by:
Srinivasa Reddy M N <quic_c_mullan@quicinc.com>
-
- Sep 03, 2024
-
-
Srinivasa Reddy M N authored
Usecase fetched from adev->usecase_list is NULL and hence the audio HAL crashed while accessing 'usecase' field Added NULL check before accessing 'usecase'. Change-Id: I03e4dd673984ccbb192227d4750a6790be010e74 Signed-off-by:
Srinivasa Reddy M N <quic_c_mullan@quicinc.com>
-
Shalini Manjunatha authored
added new snd device to aupport for AEC test and changed acdb id for certain devices as per the new devices created in acdb files. Also updated mixer ctrl for certain cases to support the tests. Change-Id: Ied2a13693403e36669a569e2ce8b15ad680edd30
-
- Aug 31, 2024
-
-
Michael Bestas authored
Merge tag 'LA.UM.9.14.r1-24900-LAHAINA.QSSI14.0' into staging/lineage-21.0_merge-LA.UM.9.14.r1-24900-LAHAINA.QSSI14.0 "LA.UM.9.14.r1-24900-LAHAINA.QSSI14.0" # By Kumar Anurag Singh (1) and others # Via Gerrit - the friendly Code Review server (3) and others * tag 'LA.UM.9.14.r1-24900-LAHAINA.QSSI14.0': configs: Use PLATFORM_VERSION flag for V upgrade changes audio-hal: Disabling non automotive flags and features for makena audio-hal: fix for audio mute post S2D configs : rb3gen2: added support for HDMI backend interface hal: rb3gen2: Enable lt9611(O2) to use QUAT I2S Conflicts: Android.mk Change-Id: I25081ded04cdf892be119e98c965c8b8b525ff33
-
- Aug 30, 2024
-
-
Linux Build Service Account authored
Change-Id: I44e762619efc9ea82e50f4d94f7ec0227ef57b9b
-
- Jul 30, 2024
-
-
Raghu Ballappa Bankapur authored
Change-Id: Ia599eba46291b9289932ed3cd3b19ab5a86d7fd8 Signed-off-by:
Raghu Ballappa Bankapur <quic_rbankapu@quicinc.com>
-
- Jul 23, 2024
-
-
QCTECMDR Service authored
-
QCTECMDR Service authored
-
- Jul 21, 2024
-
-
Kogara Naveen Kumar authored
avoid FM playback muting, when MIC is muted. Change-Id: I597882d06775b98b853053d9b0e25d48aad10700 Suggested-by: Nagarjuna Paladugu (cherry picked from commit a0fabdfbaa6ef289c742563e209d224dc661024b)
-
- Jul 19, 2024
-
-
Kumar Anurag Singh authored
update the instance_id for effect configuration of aec / ns to 0x0 for rb3gen2 platform. Change-Id: I97d1816c175a88560c32ae872f326aa70b05ef30
-
- Jul 18, 2024
-
-
QCTECMDR Service authored
-
QCTECMDR Service authored
-
QCTECMDR Service authored
-
Joel Dey authored
set usecase low-latency for usage voicecom Change-Id: I0faadbec147d4962b10339f08bdec3477aae40d1 Signed-off-by:
Joel Dey <quic_jdey@quicinc.com>
-
- Jul 16, 2024
-
-
Aravind Siddappaji authored
Add mutex locks in audio power_policy routines & stream close routines to fix race condition causing use after free situation leading to audio service crash Change-Id: I6b7427daf8c5c281327c92b281c89040368012cf Signed-off-by:
Aravind Siddappaji <quic_asiddapp@quicinc.com>
-