summaryrefslogtreecommitdiff
path: root/include/dsp/q6afe-v2.h
diff options
context:
space:
mode:
authorWilson Sung <wilsonsung@google.com>2021-03-19 17:27:07 +0800
committerWilson Sung <wilsonsung@google.com>2021-03-19 17:31:38 +0800
commite4ec5db336f06b9cd8d94a9e3af527b60dfa3973 (patch)
tree59714d26952a06278a16bd10e1d033b276264584 /include/dsp/q6afe-v2.h
parent935f0b18ffed97fed2aa4de0a1ccb3152ad7c317 (diff)
parent8b44f642a7e2cd83939cc27cfc3c067abedfbde0 (diff)
downloadmsm-extra-e4ec5db336f06b9cd8d94a9e3af527b60dfa3973.tar.gz
Merge branch LA.UM.9.12.R1.11.00.00.597.108 into qcom-msm-4.19-7250-audio-drivers.lnx.4.0.r3
Change-Id: I0cef4ccfb5e280c4c21009fa9d1ea7f2ad7d2637
Diffstat (limited to 'include/dsp/q6afe-v2.h')
-rw-r--r--include/dsp/q6afe-v2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dsp/q6afe-v2.h b/include/dsp/q6afe-v2.h
index 8b82069a..bd2cba69 100644
--- a/include/dsp/q6afe-v2.h
+++ b/include/dsp/q6afe-v2.h
@@ -432,6 +432,9 @@ int afe_pseudo_port_start_nowait(u16 port_id);
int afe_pseudo_port_stop_nowait(u16 port_id);
int afe_set_lpass_clock(u16 port_id, struct afe_clk_cfg *cfg);
int afe_set_lpass_clock_v2(u16 port_id, struct afe_clk_set *cfg);
+void afe_set_cps_config(int src_port,
+ struct afe_cps_hw_intf_cfg *cps_config,
+ u32 ch_mask);
int afe_set_lpass_clk_cfg(int index, struct afe_clk_set *cfg);
int afe_set_digital_codec_core_clock(u16 port_id,
struct afe_digital_clk_cfg *cfg);
@@ -496,6 +499,7 @@ int afe_get_doa_tracking_mon(u16 port_id,
int afe_set_pll_clk_drift(u16 port_id, int32_t set_clk_drift,
uint32_t clk_reset);
int afe_set_clk_id(u16 port_id, uint32_t clk_id);
+void afe_set_lsm_afe_port_id(int idx, int lsm_port);
enum {
AFE_LPASS_CORE_HW_BLOCK_ID_NONE,