summaryrefslogtreecommitdiffstats
path: root/cvq_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'cvq_util.c')
-rw-r--r--cvq_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cvq_util.c b/cvq_util.c
index 8723d39..70ebf5c 100644
--- a/cvq_util.c
+++ b/cvq_util.c
@@ -817,7 +817,7 @@ int setup_aec_package(struct iaxxx_odsp_hw *odsp_hdl)
ALOGD("+%s+", __func__);
- err = iaxxx_odsp_package_load(odsp_hdl, AEC_PASSTHROUGH_PACKAGE,
+ err = iaxxx_odsp_package_load(odsp_hdl, ECHOCANCELLER_PACKAGE,
AEC_PKG_ID);
if (err != 0) {
ALOGE("%s: ERROR: Failed to load AEC passthrough package %d(%s)",