summaryrefslogtreecommitdiffstats
path: root/media/libeffects/preprocessing
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2012-02-13 12:27:27 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-02-13 12:27:27 -0800
commit1f5ce8b0941c9c6baadd40d151634145f6d5a35c (patch)
treea1e57ab3d0decb8e4748f89e8f7caeab4c5caf80 /media/libeffects/preprocessing
parent44deb053252a3bd2f57a007ab9560f4924f62394 (diff)
parent94fef38613962c983c46ab0b97c58f5373412d2d (diff)
downloadframeworks_av-1f5ce8b0941c9c6baadd40d151634145f6d5a35c.zip
frameworks_av-1f5ce8b0941c9c6baadd40d151634145f6d5a35c.tar.gz
frameworks_av-1f5ce8b0941c9c6baadd40d151634145f6d5a35c.tar.bz2
Merge "Fix audio preprocessing library wrapper"
Diffstat (limited to 'media/libeffects/preprocessing')
-rwxr-xr-xmedia/libeffects/preprocessing/PreProcessing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libeffects/preprocessing/PreProcessing.cpp b/media/libeffects/preprocessing/PreProcessing.cpp
index 4d94a75..098a1a2 100755
--- a/media/libeffects/preprocessing/PreProcessing.cpp
+++ b/media/libeffects/preprocessing/PreProcessing.cpp
@@ -1298,7 +1298,7 @@ int PreProcessingFx_Command(effect_handle_t self,
return -EINVAL;
}
- Session_GetConfig(effect->session, (effect_config_t *)pCmdData);
+ Session_GetConfig(effect->session, (effect_config_t *)pReplyData);
break;
case EFFECT_CMD_SET_CONFIG_REVERSE: