Promotion of fm.lnx.2.1-00021.

CRs      Change ID                                   Subject
--------------------------------------------------------------------------------------------------------------
1090583   Ie12eedd1c3bab9650804c6f2bc1037b3c3d0e436   Add support for signal blending

Change-Id: Ibea7e8653eba1f3ecd7dbd30b6cf6a6c817cfd97
CRs-Fixed: 1090583
diff --git a/helium/radio_helium_hal.c b/helium/radio_helium_hal.c
index 3fa4587..742f051 100644
--- a/helium/radio_helium_hal.c
+++ b/helium/radio_helium_hal.c
@@ -1423,7 +1423,10 @@
         hal->radio->recv_conf.band_low_limit = val;
         break;
     case HCI_FM_HELIUM_AUDIO_MODE:
-        hal->radio->stereo_mode.stereo_mode = ~val;
+        hal->radio->stereo_mode.stereo_mode = (char)val ? 0:1;
+        hal->radio->stereo_mode.sig_blend  = 1;
+        hal->radio->stereo_mode.intf_blend = 0;
+        hal->radio->stereo_mode.most_switch =0;
         hci_set_fm_stereo_mode_req(&hal->radio->stereo_mode);
         break;
     case HCI_FM_HELIUM_RIVA_ACCS_ADDR: