|
@@ -50,7 +50,7 @@ i.e 3.05.02 is a development version
|
|
#define HPI_VER_RELEASE(v) ((int)(v & 0xFF))
|
|
#define HPI_VER_RELEASE(v) ((int)(v & 0xFF))
|
|
|
|
|
|
/* Use single digits for versions less that 10 to avoid octal. */
|
|
/* Use single digits for versions less that 10 to avoid octal. */
|
|
-#define HPI_VER HPI_VERSION_CONSTRUCTOR(4L, 3, 18)
|
|
|
|
|
|
+#define HPI_VER HPI_VERSION_CONSTRUCTOR(4L, 3, 25)
|
|
|
|
|
|
/* Library version as documented in hpi-api-versions.txt */
|
|
/* Library version as documented in hpi-api-versions.txt */
|
|
#define HPI_LIB_VER HPI_VERSION_CONSTRUCTOR(9, 0, 0)
|
|
#define HPI_LIB_VER HPI_VERSION_CONSTRUCTOR(9, 0, 0)
|
|
@@ -1632,6 +1632,12 @@ u16 hpi_tuner_get_hd_radio_sdk_version(const struct hpi_hsubsys *ph_subsys,
|
|
u16 hpi_tuner_get_hd_radio_signal_quality(const struct hpi_hsubsys *ph_subsys,
|
|
u16 hpi_tuner_get_hd_radio_signal_quality(const struct hpi_hsubsys *ph_subsys,
|
|
u32 h_control, u32 *pquality);
|
|
u32 h_control, u32 *pquality);
|
|
|
|
|
|
|
|
+u16 hpi_tuner_get_hd_radio_signal_blend(const struct hpi_hsubsys *ph_subsys,
|
|
|
|
+ u32 h_control, u32 *pblend);
|
|
|
|
+
|
|
|
|
+u16 hpi_tuner_set_hd_radio_signal_blend(const struct hpi_hsubsys *ph_subsys,
|
|
|
|
+ u32 h_control, const u32 blend);
|
|
|
|
+
|
|
/****************************/
|
|
/****************************/
|
|
/* PADs control */
|
|
/* PADs control */
|
|
/****************************/
|
|
/****************************/
|