* Set system instead of vendor properties for FM init
on devices that don't use firmware download.
* Shut the radio down properly while we are at it.
Change-Id: I8f77a4f822ec8c609fe3526d7e96ea19d46cb1f8
Derp by CAF
Author: Atman <masteratman@gmail.com>
Date: Mon Jun 3 19:29:05 2019 +0000
Partially revert "fm: Fix wrong BT SOC property name"
It makes no sense to use vendor.qcom.bluetoth.soc prop because FMApp is located in /system and after
the vendor-system isolation, the FMApp can't read the aforementioned prop.
We should be reading the vendor.bluetooth.soc prop which resides in system which
the FMApp can actually read after the enforced isolation.
A recursive grep actually confirms that the prop is being used in stock blobs.
This also addresses the issue of hal_bluetooth_qti, hal_audio_default trying to read vendor.qcom.bluetooth.soc.
The device is expected to declare vendor.bluetooth.soc in system.prop.
This partially reverts commit 518b8c1609a0763544fc0aa268e4de57be70ef75.
Change-Id: I461e63c25c241361c0a87ce23c04e16cfb7280a0
Signed-off-by: Atman <masteratman@gmail.com>
Change-Id: Ice597f953e5a2ac363d483649b78fd8bfeffa8a8
* Log cur_fm_state as Debug instead of Error
* Log successful and state logs as Debug and Info instead of Error
* Log step by step firmware download as Info and Debug
* Fix logging of the is_rds_support
* Add __func__ name for the cur_fm_state logs
* Add a cur_fm_state log for Stop_Scan_Seek
* Add missing LOG_TAG for all sources using ALOG*
* Avoid double log on error in IsRdsSupport
* Fix typos, relevant warnings and cleanup related sources
Change-Id: I2abe77c6f00c02ef106b569bef5db6b366e76df1
* Devices defining the hw.fm.internal_antenna property
will switch to internal antenna to allow proper FM receival
Change-Id: I3dabccb27dee8110def3b6c46bbb61252a6e3267
Signed-off-by: AdrianDC <radian.dc@gmail.com>
- Avoid patchdownloader for Silabs based targets.
- Make changes to treat only negative return values as errors.
- Change the calibration data path.
Change-Id: I611d5f6d64734e2a3a41456bb18b1e612862e0ed