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

Commit c59f7c04 authored by Eric Laurent's avatar Eric Laurent Committed by android-build-merger
Browse files

Merge "Soundtrigger service: fix status reporting in loadSoundModel" into...

Merge "Soundtrigger service: fix status reporting in loadSoundModel" into lmp-mr1-dev am: c558af3f am: 8d6ba121 am: 1d07dcb4
am: 360a43b7

Change-Id: I0e34dcb5213f7b8ad78d2b77915f6da2d1ffd34c
parents 114d2879 360a43b7
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -583,7 +583,7 @@ status_t SoundTriggerHwService::Module::loadSoundModel(const sp<IMemory>& modelM
            unloadSoundModel_l(mModels.valueAt(0)->mHandle, &freedSession);
        }

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