summaryrefslogtreecommitdiffstats
path: root/iaxxx_odsp_hw.h
diff options
context:
space:
mode:
authorrioskao <rioskao@google.com>2019-03-14 18:06:09 -0700
committerrioskao <rioskao@google.com>2019-03-19 00:19:04 -0700
commitfe5a411084643dcfd2a451af0fce89b3f19f1f63 (patch)
tree89922217bef8e611268556a708865de7c0e1e4df /iaxxx_odsp_hw.h
parentc9516d1cc885a3bda3e528854329663b76404c56 (diff)
downloadandroid_hardware_knowles_athletico_sound_trigger_hal-fe5a411084643dcfd2a451af0fce89b3f19f1f63.tar.gz
android_hardware_knowles_athletico_sound_trigger_hal-fe5a411084643dcfd2a451af0fce89b3f19f1f63.tar.bz2
android_hardware_knowles_athletico_sound_trigger_hal-fe5a411084643dcfd2a451af0fce89b3f19f1f63.zip
sthal: remove MPLL control from HAL
note: the MPLL switch should handle by driver. remove the MPLL control to avoid concurrency problem. Test: build pass Bug: 128600469 Change-Id: I91cb35adac63fe40e8b802d2b1b57bb3b1332fe8
Diffstat (limited to 'iaxxx_odsp_hw.h')
-rw-r--r--iaxxx_odsp_hw.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/iaxxx_odsp_hw.h b/iaxxx_odsp_hw.h
index 31840b3..afecff7 100644
--- a/iaxxx_odsp_hw.h
+++ b/iaxxx_odsp_hw.h
@@ -576,19 +576,6 @@ int iaxxx_odsp_plugin_get_endpoint_status(
struct iaxxx_plugin_endpoint_status_data *plugin_ep_status_data);
/**
- * Set the MPLL clock source and value
- *
- * Input - odsp_hd_hdl - Handle to odsp hw structure
- * clk_source - Clock source, internal or external
- * clk_value - Clock value
- *
- * Output - 0 on success, on failure < 0
- */
-int iaxxx_odsp_set_mpll_src(struct iaxxx_odsp_hw *odsp_hw_hdl,
- const enum iaxxx_pll_source clk_source,
- const uint32_t clk_value);
-
-/**
* Returns the execution status of given processor
*
* Input - odsp_hw_hdl - Handle to odsp hw structure