- Jun 22, 2018
-
-
himta ram authored
Change-Id: Ibeef2a0aa8ad0573a65c5570f0477ff40ab4573d
-
- Jun 21, 2018
-
-
AnubhavGupta authored
- Check for both Headset and Headphone if selected device is Wired Headset Change-Id: Ia3190486588f0282b85cc8dda59505be5c7bb289
-
- Jun 18, 2018
-
-
himta ram authored
Change-Id: I64d19f80ceb37a88dfd59919863ac83c09f695f7
-
- Jun 17, 2018
-
-
himta ram authored
Change-Id: I7d0740c5243aac06b4e7b3c259e1d445e1effdaf
-
- Jun 16, 2018
-
-
himta ram authored
Change-Id: I09e409f8597b5be5bc1f8184e2a0cbf8d49a649b
-
- Jun 15, 2018
-
-
AnubhavGupta authored
- Disable HW loopback, if already enabled Change-Id: I2350328b896d911debb138015c97208e1284750a
-
- Jun 05, 2018
-
-
himta ram authored
Change-Id: I7eac7e0a4803293095dae6b5d5667422c1c9a0fc
-
himta ram authored
Change-Id: Ide8deed32b844d384375c64a8f347fc26d474eb2
-
himta ram authored
setDeviceConnectionState (DSP AFE loop) for the default device(HS) use application loop back(AudioRecord->AudioTrack) to route FM audio to non-default devices(Speaker). Change-Id: Ib74d228375c47e4ee595ddbc2a3c033b691de06a
-
- Jun 04, 2018
-
-
himta ram authored
For System SDK compliance either of two flags should be defined for all Android APK's LOCAL_SDK_VERSION Or LOCAL_PRIVATE_PLATFORM_APIS LOCAL_SDK_VERSION supports two values current and system_current. "current" will compile APK code with SDK API's and system_current will compile code with SDK + System API's LOCAL_PRIVATE_PLATFORM_APIS will compile APK code with platform API's, this option enables to use hidden platform API's in APK. This flag cannot be defined for vendor APK's. Change-Id: I86070d38e0deee37e437027ba7b44e1272cb895d
-
- May 24, 2018
-
-
AnubhavGupta authored
- remove redundant code - remove items going into vendor image - remove target specific tags Change-Id: If3bd34bbdc353851a1007ff9fcb67cf44da8f61c
-
- May 17, 2018
-
-
himta ram authored
Change-Id: I745d8736659cbeabafbbc7b7ffff9d68159b965f
-
- Apr 17, 2018
-
-
himta ram authored
if Host have credits then enqueue_fm_tx_cmd thread will notify tx thread and tx thread will dequeue the cmd and send to soc. else tx thread will be notified when Host receive the credit. Change-Id: I5d7f1aef3c714714fa5d6f2e87cde166540a9c2e Signed-off-by:
himta ram <hram@codeaurora.org>
-
- Apr 16, 2018
-
-
himta ram authored
Change-Id: I6bab3de67c5bcb15d7661b5d63a53e6ef72de850
-
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
-