summaryrefslogtreecommitdiffstats
path: root/libbt/src/hardware.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbt/src/hardware.c')
-rw-r--r--libbt/src/hardware.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/libbt/src/hardware.c b/libbt/src/hardware.c
index 392704e..df20c9f 100644
--- a/libbt/src/hardware.c
+++ b/libbt/src/hardware.c
@@ -1335,6 +1335,25 @@ int hw_set_patch_file_name(char *p_conf_name, char *p_conf_value, int param)
return 0;
}
+/*******************************************************************************
+**
+** Function hw_set_pre_patch_file_name
+**
+** Description Give the specific firmware pre-patch filename
+**
+** Returns 0 : Success
+** Otherwise : Fail
+**
+*******************************************************************************/
+int hw_set_pre_patch_file_name(char *p_conf_name, char *p_conf_value, int param)
+{
+
+ strcpy(fw_prepatch_name, p_conf_value);
+
+ return 0;
+}
+
+
#if (VENDOR_LIB_RUNTIME_TUNING_ENABLED == TRUE)
/*******************************************************************************
**