Skip to content

Commit 985174f

Browse files
committed
Fix createEffect return value
1 parent 4eb77fa commit 985174f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ViPER4Android.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ extern "C" binder_exception_t createEffect(const AudioUuid *audio_uuid, std::sha
9999
}
100100
VIPER_LOGD("createEffect called");
101101
*instance = ndk::SharedRefBase::make<ViPER4AndroidAIDL>();
102-
return EX_ILLEGAL_ARGUMENT;
102+
return EX_NONE;
103103
}
104104

105105
extern "C" binder_exception_t destroyEffect(const std::shared_ptr<IEffect> &instanceSp) {

0 commit comments

Comments
 (0)