FM: Add support to receive RT+ ,ECC events
This adds configuring RDS group processing for RT+ and ECC events,
Also includes code cleanup and changes to set proper value for RDS
group processing registers during SCREEN turn on after LOW Power
mode.
Change-Id: I1a6a5ce43a855cde1e32cc5e2d3bb03fe0af2625
diff --git a/helium/radio-helium-commands.h b/helium/radio-helium-commands.h
index 85acf16..c480ea0 100644
--- a/helium/radio-helium-commands.h
+++ b/helium/radio-helium-commands.h
@@ -53,7 +53,7 @@
HCI_FM_HELIUM_PSALL,
/*v4l2 Tx controls*/
- HCI_FM_HELIUM_IOVERC,
+ HCI_FM_HELIUM_IOVERC = 0x8000000 + 24,
HCI_FM_HELIUM_INTDET,
HCI_FM_HELIUM_MPX_DCC,
HCI_FM_HELIUM_AF_JUMP,
@@ -95,5 +95,4 @@
HCI_FM_HELIUM_AUDIO_MODE,
HCI_FM_HELIUM_AUDIO_MUTE,
};
-
#endif /* __RADIO_CHEROKEE_COMMANDS_H */