libfm_jni: Confine the firmware-load skipping to the actual loading
Change I31fee137a59256c2b2907b5ff7212327299a9646 removed the
property-setting steps from the initialization routine. Bring it
back, as we may want to use those properties to trigger module
state changes from init. The recommended flow for devices with
the latest IRIS driver is the following:
on property:hw.fm.init=0
write /sys/module/radio_iris_transport/parameters/fmsmd_set 0
on property:hw.fm.init=1
write /sys/module/radio_iris_transport/parameters/fmsmd_set 1
Change-Id: Id1997a51d83b82425630f6975f4020d4a2a448c4
1 file changed