summaryrefslogtreecommitdiffstats
path: root/audio/ril_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/ril_interface.h')
-rw-r--r--audio/ril_interface.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/audio/ril_interface.h b/audio/ril_interface.h
index 792b15b..11792e3 100644
--- a/audio/ril_interface.h
+++ b/audio/ril_interface.h
@@ -20,7 +20,15 @@
#include <samsung_audio.h>
#include <secril-client.h>
-typedef void (*ril_wb_amr_callback)(void *data, int enable);
+/**
+ * @brief The callback to change to wideband which should
+ * be implemented by the audio HAL.
+ *
+ * @param[in] data User data poiner
+ * @param[in] wb_amr_type 0 = disable WB, 1 = enable WB,
+ * 2 = WB (and probably NS)
+ */
+typedef void (*ril_wb_amr_callback)(void *data, int wb_amr_type);
struct ril_handle
{