diff options
author | Eric Laurent <elaurent@google.com> | 2012-02-13 12:27:27 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-02-13 12:27:27 -0800 |
commit | 65b8bbd3c9842588702ac3a7860851f0496ed33c (patch) | |
tree | 84222c993f8eeef9a4ae80b541a12e1e896a82d8 /media/libeffects/preprocessing/PreProcessing.cpp | |
parent | 3be5c8565154c9a6aa7abf0a0d61eaecf114b450 (diff) | |
parent | c857958e8aa948809b2ddfcd322d08c87cfaa2c4 (diff) |
Merge "Fix audio preprocessing library wrapper"
Diffstat (limited to 'media/libeffects/preprocessing/PreProcessing.cpp')
-rwxr-xr-x | media/libeffects/preprocessing/PreProcessing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libeffects/preprocessing/PreProcessing.cpp b/media/libeffects/preprocessing/PreProcessing.cpp index 4d94a75dfbb0..098a1a29242d 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: |