ASoC: Add AANC ACDB IOCTL support
Add AUDIO_SET_AANC_CAL ioctl to store the AANC calibration information
from ACDB into the kernel.
Change-Id: I5dd9019c3d8cf11c4ade2b8e59a5336929d4f035
Signed-off-by: Damir Didjusto <damird@codeaurora.org>
diff --git a/sound/soc/msm/qdsp6v2/audio_acdb.h b/sound/soc/msm/qdsp6v2/audio_acdb.h
index 4834855..3551e66 100644
--- a/sound/soc/msm/qdsp6v2/audio_acdb.h
+++ b/sound/soc/msm/qdsp6v2/audio_acdb.h
@@ -64,5 +64,6 @@
void get_vocvol_cal(struct acdb_cal_block *cal_block);
void get_sidetone_cal(struct sidetone_cal *cal_data);
void get_spk_protection_cfg(struct msm_spk_prot_cfg *prot_cfg);
+void get_aanc_cal(struct acdb_cal_block *cal_block);
#endif