- Apr 16, 2018
-
-
CNSS_WLAN Service authored
-
- Apr 11, 2018
-
-
himta ram authored
Change-Id: I9e4c267bfc2f8705e6acaa76e67d391e46f3d30a
-
- Apr 10, 2018
-
-
himta ram authored
1.send disable slimbus command first.(0xfc0e with val 0) 2.inform audio (stopFM API will do this) Change-Id: I259a0463e3302ae8bd3daa152cb0a7853a82f39e Signed-off-by:
himta ram <hram@codeaurora.org>
-
himta ram authored
Change-Id: I786ae5966864035da0e7682e58f6cb05663bc368
-
himta ram authored
Change-Id: Ied06521865b12989e7f04d9bf8c8785f1cf526e9
-
- Mar 15, 2018
-
-
Satish kumar sugasi authored
Change-Id: I086fcea84402bc65412e65523b5aa8ef032fcb0f
-
- Mar 09, 2018
-
-
CNSS_WLAN Service authored
Merge "FM: synchronization for FM_TX path - if que is not empty don't wait - added more logs in tx path" into fm.lnx.2.9.1
-
- Mar 06, 2018
-
-
himta ram authored
- if que is not empty don't wait - added more logs in tx path Change-Id: Iec29ce9134da98e3c41e75480b3a1aba4a59b198
-
- Feb 27, 2018
-
-
himta ram authored
Make javaClassRef static to avoid SNS issues since it anyway has to get initialized once when classInitNative() is being called. Change-Id: If79089ff2c8a7c5663e7f5e5382705ed2feb35cd
-
- Feb 21, 2018
-
-
CNSS_WLAN Service authored
-
- Feb 15, 2018
-
-
CNSS_WLAN Service authored
-
- Feb 14, 2018
-
-
Sandeep Kunta authored
Change-Id: I25978f9b7b926ac04d78dbcd8aebf54ce692397e
-
himta ram authored
Change-Id: Ie72445741b7299109e611f6bdbdaecac1850b593
-
- Feb 01, 2018
-
-
himta ram authored
Change-Id: I86b7e7424bebb212a6d951e0e2622350137e09b2
-
- Jan 25, 2018
-
-
himta ram authored
KW issue Suspicious dereference of pointer 'val' by passing argument 1 to function 'strlen'before NULL check, fixed by putting null check Change-Id: I210b40ce8a309b47d7e72b19efc7a8adb1cfbe49
-
- Dec 19, 2017
-
-
Smriti Gupta authored
Test code had some of the allocs not freed up, added code to free up the leaks. Change-Id: I20a61e76f006334731378c01800cf6ad14a69e49 CRs-Fixed: 2159776
-
- Dec 12, 2017
-
-
Smriti Gupta authored
Wait for hal to become NULL from last session to allocate memory for hal for the current session. Change-Id: I8af2236edabc28a1b48c6f5bd8a7ad1288b2218e CRs-fixed: 2106441
-
- Dec 07, 2017
-
-
Smriti Gupta authored
In some commands, set/write data to controller, we assign one offset value in structure and send it to controller. We don't read data from controller before writing. It may cause writing wrong data to controller, as the structure may have some garbage values for other offsets. Errenous data written to controller, may cause functional failures. Change-Id: I102c0a256ab19de0d89db4f6da20df0c2522dff3 CRs-fixed: 2031064
-
- Dec 06, 2017
-
-
CNSS_WLAN Service authored
-
Smriti Gupta authored
FMReceiver object not set to NULL if the FM is still trying to turn on. This is being done in order to handle multiple toggle of FM's. Change-Id: I172117c091a6f42f91d4be5075ad2bc16d1cd672
-
Smriti Gupta authored
Change SRCH_ALGO_TYPE_OFFSET as per the new changes done in the firmware in the definition of SRCH_CONFIG. Change-Id: Icf3fa670c753707a1836add34d3f36a7c2fc9695 CRs-fixed: 2031065
-
CNSS_WLAN Service authored
-
- Dec 05, 2017
-
-
Smriti Gupta authored
Abandon focus if FM has failed to start while It had already requested the focus before starting. Change-Id: I1ba2bcce2336b373e68568f3340af4cfe48d58a3 CRs-fixed: 2121825
-
- Nov 24, 2017
-
-
Smriti Gupta authored
Fix mismatched value of AUDIO_MUTE with the FmRxControls for cherokee. Change-Id: I61cb7ad44db054738300f0643f6cb8dbd58daae7
-
- Oct 05, 2017
-
-
Smriti Gupta authored
Make Slimbus sequence generic on cherokee builds with N AND O release Change-Id: I477c3e80def5efa6c17dd043245963646398b6e7
-
- Sep 22, 2017
-
-
Kamal Negi authored
Initialize variables after fm_hal_service connection. In subsequent FM on, if hal init happens before threads exits in previous FM off, there might be race condition , because of which lib_running variable sets to 0 even if init happens. This will lead to FM failure as all threads exits as soon as created. Change-Id: I2e61cc7ebb935c0b31c575aed60ead1424d23eb7
-
CNSS_WLAN Service authored
-
CNSS_WLAN Service authored
-
CNSS_WLAN Service authored
-
- Sep 19, 2017
-
-
Smriti Gupta authored
Disable slimbus only if receiver is not null on AUDIOFOCUS_LOSS_TRANSIENT_CAN_DUCK. Change-Id: I84de619e153656508da569ff7b426f5c6fa5b28b CRs-fixed: 2108211
-
- Sep 08, 2017
-
-
Kamal Negi authored
Added support to configure AFJUMP based on SINR values. Change-Id: I5275d5ef6597991242b2da5870a19ebf3ae2750d
-
Kamal Negi authored
In subsequent FM off/on scenario, during FM off fmhal service has been killed successfully but there is time delay in service stopping and service stopped status. In the meantime during FM on, if fmhal service is set to start, init will not start service as previous status is stopping, FM on will fail. Hence delay fmhalservice property execution by 100ms. Change-Id: Ifb4554f77ad83f6a92bca643a59ca2f1213ca39f
-
- Sep 06, 2017
-
-
Smriti Gupta authored
Fix KW issues raised on treble builds. Change-Id: Ic584f20d3348484e37bc261f34cbbbd366e7f280
-
- Aug 25, 2017
-
-
Satish kumar sugasi authored
This fixes access of null pointer in case of malloc failure for FM RX events Change-Id: I6cdf20a72980ee8bb3278ba55c14f785a047905e
-
- Aug 24, 2017
-
-
lnx build authored
-
- Aug 19, 2017
-
-
CNSS_WLAN Service authored
-
- Aug 18, 2017
-
-
Smriti Gupta authored
Close the FM activity and end the process on user switch. Now, FM application should be launched by user whenever we jumps back to owner from guest role. Change-Id: I40750e8b47073df3c62f2e3012162a313b3996ce CRs-fixed: 2072913
-
Balvinder Singh authored
Removed the force speaker output on the FM Focus loss if speaker was the current transfer route. Also installed Death receipient for the Binder died call for future use. Change-Id: I25661b0c354fd0b9379fc1f8eced5049d9c50700
-
- Aug 17, 2017
-
-
Rupesh Tatiya authored
The FM sequence is different for wcn3990 compared to older targets -> When enabling FM -> 1. Enable Cherokee SB slave block. 2. From FM audio driver configure SB master and port. 3. Enable FM radio on Cherokee. When audio focus changes from FM to A2DP -> 1. FM audio driver disable/resets SB port. 2. Cherokee FM radio is shutdown (SB slave port is left enabled). When turning off FM -> 1. FM audio driver disables/shuts down SB port. 2. Cherokee FM shuts down both FM radio and SB slave block. Change-Id: Ib6e7efd94d82f7e4249f5b1676a7e591c339058b
-
Nitin Shivpure authored
Reducing notification priority to low importance. CRs-fixed: 2070489 Change-Id: Id1fe7b7d353253283fcfb17c0e4e1b2e1a539680
-