Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1124f3c6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Soundtrigger service: fix status reporting in loadSoundModel" into nyc-dev

parents e9856c23 82acb6c9
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -586,7 +586,7 @@ status_t SoundTriggerHwService::Module::loadSoundModel(const sp<IMemory>& modelM
            goto exit;
        }

        status_t status = mHwDevice->load_sound_model(mHwDevice,
        status = mHwDevice->load_sound_model(mHwDevice,
                                             sound_model,
                                             SoundTriggerHwService::soundModelCallback,
                                             this,