- Sep 03, 2024
-
-
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
-
- 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>
-
- Jul 11, 2024
-
-
Shalini Manjunatha authored
As part of make file violations we created header library for added header path, but on some SI's we do not have corresponding project of header library which gets shipped in all builds, hence adding it back the header path only. Change-Id: I7a858288ce8a266acd3ee510aafdf7f68eb37925
-
- Jul 05, 2024
-
-
Snigdha Upadhyay authored
- For mmap usecase, call stop_output_stream() in out_standby() instead of out_stop() and modify out_start() accordingly to handle different scenarios. - This is required to avoid closing snd device in out_stop() and instead close it during standby. - Fix KW issue. Unlock locks in route_output_stream while returing. Change-Id: I3c2d396590d458e566a676c69698763608a00d6f
-
Joel Dey authored
Fix the issue for hfp mic mute. This will mute the mic when mic is disabled before hfp start. Fix misra issue Change-Id: Ie73f17587115e1ce0190f525eba9c7b9416ed9ef Signed-off-by:
Joel Dey <quic_jdey@quicinc.com> (cherry picked from commit b2b458fb188796a74c9862526c1a9fe90e289ba1)
-
- Jul 03, 2024
-
-
QCTECMDR Service authored
-
- Jul 02, 2024
-
-
spanicke authored
There is a possibility of accessing element 2 of array 'ext_disp' as the array itself is initialized with size 2. Fix this by ensuring 'controller' variable is within the range. Change-Id: I6e7e10066a156e03e57fd01085c6a4e6c57dc784
-
- Jun 28, 2024
-
-
QCTECMDR Service authored
-
- Jun 25, 2024
-
-
Srinivasa Reddy M N authored
Support BLE Audio devices in audio configuration xml. Change-Id: Ic7117fc062fe60cb599420f13e4202ff6f155dff Signed-off-by:
Srinivasa Reddy M N <quic_c_mullan@quicinc.com>
-
- Jun 19, 2024
-
-
spanicke authored
As part of platform_acdb_init, is_instance_id_supported is not initialized which causes crash in acdb loader proxy. Change is to call acdb_init_v2 instead of platform_acdb_init during sound card state change if acdb is not already initialized for auto as it calls acdb-loader-proxy directly instead of calling acdb-loader which ideally initializes is_instance_id_supported. Change-Id: I4ad27dfb6fe5253ba89e02a2fb608767055399de
-
- Jun 17, 2024
-
-
qctecmdr authored
-
- Jun 13, 2024
-
-
Shalini Manjunatha authored
Correct usage of TARGET_BOARD_PLATFORM by adding TARGET_BOARD_SUFFIX & TARGET_BOARD_DERIVATIVE_SUFFIX to retrieve the right target name. Otherwise it returns wrong id resulting in runtime failures. Change-Id: I83fb8a5ba6b62a14243a05ff63318f4c35f7a679
-
qctecmdr authored
-
- Jun 07, 2024
-
-
Tummala Pavan Kalyan authored
This reverts commit 504ed659 Reason for revert: <causing Boot issue gen3 msmnile_gvmq>. Change-Id: I89b80f44323de83ad110c13d6d1cef56c3790072
-
- Jun 04, 2024
-
-
Shalini Manjunatha authored
Adding auto check for make file violations fix where we removed usage of local_copy_headers instead use LOCAL_HEADER_LIBRARIES. But this caused build failure for non-auto SI's where corresponding header library repo is different. Change-Id: I0d70373c509f3cea8fe3819a65b3e08610462744
-
- Jun 03, 2024
-
-
qctecmdr authored
-
- May 30, 2024
-
-
qctecmdr authored
-
- May 28, 2024
-
-
qctecmdr authored
-
- May 23, 2024
-
-
Ramjee Singh authored
Add check for PLATFORM_VERSION to enable V specific compilation fixes. Signed-off-by:
Sunish Nambayil <quic_snambayi@quicinc.com> Change-Id: Ie37153cf2d92785eb86e15a4fe8515056b1b7282
-
- May 15, 2024
-
-
qctecmdr authored
-
- May 07, 2024
-
-
Shalini Manjunatha authored
makefile violations fixed as reported by scanner tool to remove local_copy_headers which is deprecated,Instead use LOCAL_EXPORT_C_INCLUDE_DIRS.These allow access to the headers automatically if linked to the associated code. Also replaced TARGET_PRODUCT with TARGET_BOARD_PLATFORM as per scanner tool suggestion. Change-Id: I2a42adcaa5e643f2e04c138651bb43525964fd8c
-
- May 06, 2024
-
-
Nagarjuna Paladugu authored
Change-Id: Ia5153e3acc4481f49ce67d1c6be9053bbc8e3772
-
Shalini Manjunatha authored
Due to synchronization issue between CPMS event reaching audio call back function and ADSP state change at hiber script, randomly audio gets muted post S2D when mercury codec is not reset post S2D due to ADSP still not up on Talos. We added change to avoid mercury codec configuration in both suspend and restore path during S2D untill ADSP is up. Change-Id: I0f36f1ed96f5fb4a6a29a83f43b4b1cd5180a93f
-
- May 03, 2024
-
-
Shalini Manjunatha authored
As we removed local_copy_headers in source folder where header is referenced by replacing with LOCAL_EXPORT_C_INCLUDE_DIRS, adding LOCAL_HEADER_LIBRARIES to refer headers from library. Change-Id: I7f79d7d8d36430b747c94f41f6b23974842a543c
-
- May 01, 2024
-
-
qctecmdr authored
-
- Apr 29, 2024
-
-
Srinivasa Reddy M N authored
Added runtime flag “ro.boot.audio” based check to identify AR or Elite based framework. Change-Id: Ia7d7daad241f2e509813156d657c2068ef4fc576 Signed-off-by:
Srinivasa Reddy M N <quic_c_mullan@quicinc.com>
-
- Apr 10, 2024
-
-
Kumar Anurag Singh authored
Modified check to avoid out-of-bound read. Change-Id: I3ed00c16287b1918d7670604f01f6d5e24bf9d4a
-
- Apr 01, 2024
-
-
Kumar Anurag Singh authored
32-bit float audio file was unable to get played as float to fixed conversion was not happening. Add support so that conversion from float to fix happens. Additionally the hdmi caps are now read as "adev_set_parameters" api is called with respective controller/stream values. Change-Id: I45174a45c68453edb1ffea05395fad06ebd8320a (cherry picked from commit e2195922d4da8c88ea3aee323a28e5c7f23aac4a)
-
- Mar 19, 2024
-
-
Kumar Anurag Singh authored
- added entry for hdmi out device backend interface in platform info xml file for O2. Change-Id: Ic20bd8009227aafc37388c658491ae85c5798ddc
-
- Mar 15, 2024
-
-
Yanhong Wu authored
- Enable lt9611(O2) to use QUAT I2S. Change-Id: Ib1ad49731bfc905637defbe7bfe0efb18f0254a0
-
- Mar 05, 2024
-
-
Arun Karunakaran authored
Change-Id: I988cc7b8203e65927ff08aeeb00d6e270a6db8b5
-