diff options
author | Timothy Sham <tsham@codeaurora.org> | 2018-06-15 13:34:44 -0400 |
---|---|---|
committer | Timothy Sham <tsham@codeaurora.org> | 2018-09-25 13:42:26 -0400 |
commit | aef8b38fdd280a4c8890df4f5172c400d3762866 (patch) | |
tree | 4559e3a756a17118fa9be5372496eed5ad4679d0 /include/linux/qdsp6v2/audio-anc-dev-mgr.h | |
parent | aa0ebdfe2d12829d8ee6dde5e841e1c67c9141c2 (diff) |
soc: msm: add sensor dsp dynamic calibration support for anc
Add Sensor DSP dynamic calibration support for Active Engine
Noise Cancellation (ANC).
Change-Id: Ibca0b039a80fde890f43116aaa646104e8ab9b6e
Signed-off-by: Timothy Sham <tsham@codeaurora.org>
Diffstat (limited to 'include/linux/qdsp6v2/audio-anc-dev-mgr.h')
-rw-r--r-- | include/linux/qdsp6v2/audio-anc-dev-mgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/qdsp6v2/audio-anc-dev-mgr.h b/include/linux/qdsp6v2/audio-anc-dev-mgr.h index dfa6752bc31b..b0ece2dbb239 100644 --- a/include/linux/qdsp6v2/audio-anc-dev-mgr.h +++ b/include/linux/qdsp6v2/audio-anc-dev-mgr.h @@ -39,6 +39,8 @@ int msm_anc_dev_stop(void); int msm_anc_dev_set_info(void *info_p, int32_t anc_cmd); +int msm_anc_dev_get_info(void *info_p, int32_t anc_cmd); + int msm_anc_dev_create(struct platform_device *pdev); int msm_anc_dev_destroy(struct platform_device *pdev); |