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

Commit 82acb6c9 authored by Eric Laurent's avatar Eric Laurent
Browse files

Soundtrigger service: fix status reporting in loadSoundModel

Fix regression introduced by commit a188af07 cherry-pick
of fix for issue b/67310830

Bug: 64340921
Bug: 67310830
Test: repro steps in b/67310830
Change-Id: I718f47d913e1b98e567b7e1559f1f4cc1b29b231
Merged-In: Ie50b2e7c55fe9828a3fd8de6b31eb4a492791583
parent bedc4af4
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,