diff --git a/src/ViPER4Android.cpp b/src/ViPER4Android.cpp index ca50152..839d31a 100644 --- a/src/ViPER4Android.cpp +++ b/src/ViPER4Android.cpp @@ -99,7 +99,7 @@ extern "C" binder_exception_t createEffect(const AudioUuid *audio_uuid, std::sha } VIPER_LOGD("createEffect called"); *instance = ndk::SharedRefBase::make(); - return EX_ILLEGAL_ARGUMENT; + return EX_NONE; } extern "C" binder_exception_t destroyEffect(const std::shared_ptr &instanceSp) {