- Jul 22, 2024
-
-
Linux Build Service Account authored
Change-Id: If8272ccfaebd18814f61ab6d90345ab7340b0bb0
-
- Jan 30, 2024
-
-
Linux Build Service Account authored
Change-Id: Id6d9a0ddbd57bde44b0084117b3d1a9e09095358
-
- Jan 16, 2024
-
-
Linux Build Service Account authored
Change-Id: I5b7e8aa590ac9988ae5aea971f775d23a279930e
-
- Jan 11, 2024
-
- Dec 21, 2023
-
-
Jiazai Wu authored
Audiolite doesn't need qcom audio driver so remove it from compilation. Change-Id: I3bc12b9051fe987fbde087ff6f505029337c5352 Signed-off-by:
Jiazai Wu <quic_jiazwu@quicinc.com>
-
- Dec 20, 2023
-
-
Swapnil Kangralkar(Temp) authored
- SWR port 7 is used for AMIC Recording as well as VI Sense data which requires different SWR Port configuration. - As per current logic VI sense related port config is overwriting the AMIC related port config resulting in AMIC recording to break. - Add new port config struct for AMIC port config, and set this port mapping, if AMIC init is success. Change-Id: I7ea8fc07c472a8a30611eac00d553fb6d80aa59a Signed-off-by:
Swapnil Kangralkar <quic_skangral@quicinc.com>
-
- Dec 07, 2023
-
-
Shakthi Vel S authored
added correct parameter for output configuration and its value Change-Id: I00d586c8ed00c3ed3cc0238dac3cb427d652b753
-
- Nov 09, 2023
- Nov 02, 2023
-
-
Anver sadhique authored
add place marker for audio driver Change-Id: Ic2e84ca21755ec8e2dfeb02584613c61067d9525
-
- Oct 31, 2023
-
-
Swapnil Kangralkar(Temp) authored
Set BCL_EN bit to use the BCL value from PMIC Disable the UVLO Interrupt as it is not used in Besbev. Change-Id: I59092e5e48bf29bbbb3b645c3fba8dc8011f7fec Signed-off-by:
Swapnil Kangralkar <quic_skangral@quicinc.com>
-
- Oct 27, 2023
-
-
Raghu Bankapur authored
TDM data is now supported till 48K. extend support till 96KHz. Signed-off-by:
Raghu Bankapur <quic_rbankapu@quicinc.com>
-
- Oct 18, 2023
-
-
qctecmdr authored
-
- Oct 17, 2023
-
-
Saurav Kumar authored
Add change to check for null pointer dereference. Signed-off-by:
Saurav Kumar <quic_sauravk@quicinc.com> Change-Id: I4fc07a59f750c3d9566267b68877bc43f06f9f23
-
jli25 authored
add export to generate wcd-clsh.o and wcdcal-hwdep.o. Signed-off-by:
jli25 <quic_jli25@quicinc.com> Change-Id: I7c04d70b94158c28b3993bed0d50e65a13ee4445
-
- Oct 06, 2023
-
-
qctecmdr authored
Merge "asoc: Add master and slave support for all modes Add support for master and slave mode simultaneously"
-
- Oct 05, 2023
-
-
Ashish Kumar authored
Add support for modules to be built with Bazel for moanco. Create generic module registering system which allows for multiple targets Change-Id: Ib92e4e6b8eaf022d9ba4f66f149c14228238ae21 Ib18cd36734fc35326b8dc675f548d47d9a95cf1c Enable Bazel for building and pushing audio-kernel modules in out folder for monaco target under tag i:e TARGET_KERNEL_SUPPORTS_BAZEL. Change-Id: I451eca24a5c118ac0fa3e345834b819f48a02c26 Signed-off-by:
Ashish Kumar <quic_ashik@quicinc.com>
-
Ashish Kumar authored
Common header file is not able to include in bazel build compilation. Remove header file inclusion, since there is no dependency to enable compilation. Change-Id: Id0c3982df5059e02418bd10e5df0dcd3bb88771b Signed-off-by:
Ashish Kumar <quic_ashik@quicinc.com>
-
Ashish Kumar authored
Reading of Over Temperature Registers (OTP_LOW_M, OTP_LOW_L, OTP_HIGH_M and OTP_HIGH_L) are invalid. Initialise OTP Registers with required change since device is not programmed. Reading of temperature sensor register are invalid, due to 0 value of THERMAL_FORCE_TEMP bit (TAGC_CTL register) and no voltage voting to temp sensor. Fix is to enable THERMAL_FORCE_TEMP bit to 1 which forces the temperature value from force_temp_val. Enabling MBIAS_TSADC_EN votes for voltage for temp sensor. Change-Id: Ie1f801ef5db2b3b9a76a8dcc0b6d38a62b06e337 Signed-off-by:
Ashish Kumar <quic_ashik@quicinc.com> (cherry picked from commit de95e5f4)
-
Ashish Kumar authored
Add new table rx_frame_params_visense under swr port config to support VI data. Change register sequence for reg_init for VI sense same as A+S variant. Support parsing of visense-support dt entry by besbev node instead of machine driver node. Populate valid initial temp val if OTP registers read value is OTP invalid. Change-Id: I420ae668da68998170f7ebc23fbffe152d23bdde Signed-off-by:
Ashish Kumar <quic_ashik@quicinc.com> (cherry picked from commit 2cdcac2d)
-
- Sep 29, 2023
-
-
Kishan Kumar Majeti authored
Add support for master and slave mode simultaneously Change-Id: Ia36648422fede449cac86e8484101ac245a43bcb Signed-off-by:
Kishan Kumar Majeti <quic_kkmajeti@quicinc.com>
-
- Sep 14, 2023
-
-
qctecmdr authored
-
- Sep 13, 2023
-
-
Prasad Kumpatla authored
While graph_open is processing by the SPF, apps receives userspace(agm/pal) crash which will triggers spf_close_all cmd from msm common drivers and immediately calls msm_audio_ion_crash_handler() which will un-maps the memory. But here SPF is still in processing the graph_open, recieved spf_close_all cmd is queued in SPF. Due to un-mapping is done immediately in HLOS will resulting in SMMU fault. To avoid such scenarios, increased the spf_close_all cmd timeout, because the AGM timeout for the graph_open is 4sec, so increase the timeout for spf_close_all cmd response until graph open completes or timed out. Change-Id: I67430cad5a55bd250ea110587c0ead2d97115efc Signed-off-by:
Prasad Kumpatla <quic_pkumpatl@quicinc.com>
-
- Sep 12, 2023
-
-
Manikantan R authored
update pm_runtime_ops callbacks to set LPM Change-Id: I79571d9d9021acfcc3466fb5cb7964c2ff4a6869
-
- Sep 06, 2023
-
-
fei tong authored
add export for msm_stub due to the linux platform can`t identify the environment varible. Signed-off-by:
ftong <quic_ftong@quicinc.com> Change-Id: I7a3162b21c24e872e022a52c11fa1f8d987a7a29
-
- Aug 18, 2023
-
-
Naveen Kumara Kogara authored
With updated pdr_interface code using pdr_add_service_lookup for modem Change-Id: I12d3e1bdd2538df0ed52269b63e6a7e57480e238
-
- Aug 17, 2023
- Aug 16, 2023
-
-
Anver sadhique authored
Enable audio ssr for lemans. Change-Id: Id1283983ff9be95fbbb3e5935604c6a0e3735609
-
- Aug 11, 2023
-
-
Tapas Dey authored
Enable QTI regmap debugfs register writes on wcd934x codec. Change-Id: I2e24d4afb2f3091592b82912acea8a46eeed586c
- Aug 07, 2023
- Aug 03, 2023
-
-
Kisan YADAV(Temp) authored
-Freeing of ipriv will happen as part of ipc platform deinit. -Avoid freeing it as part of deregister device Change-Id: I65d0e1b47f0434f1c01d36d0a9a706d71434d208
-
- Aug 02, 2023
-
-
Dhanalakshmi Siddani authored
Memory corruption is seen during free of priv handle. Priv handle is allocated with devm_kzalloc but kfree used during free resulting the issue. Use correct api to fix the issue. Change-Id: I313740299f9a98497ee57257d4cb8dab5554fd35
-
- Jul 21, 2023
-
-
qctecmdr authored
-
- Jul 20, 2023
-
-
Deepak Agrawal authored
added QMAA flag condition for audio-kernel compilation Change-Id: I88eea2f853c128becdb019081bbbd37978e8f132 Signed-off-by:
Deepak Agrawal <quic_deeagr@quicinc.com>
-