mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Adding getModelState to soundtrigger with build fix.
original cl was ag/4879522 Bug: 70206501 Test: Built android Change-Id: I11f164d8ade66cd7e56f1fa4e46dafa1d56db8cd
This commit is contained in:
@@ -247,7 +247,7 @@ exit:
|
||||
}
|
||||
|
||||
SoundTriggerHalImpl::SoundTriggerHalImpl()
|
||||
: mModuleName("primary"), mHwDevice(NULL), mNextModelId(1) {}
|
||||
: mModuleName("primary"), mNextModelId(1), mHwDevice(NULL) {}
|
||||
|
||||
void SoundTriggerHalImpl::onFirstRef() {
|
||||
const hw_module_t* mod;
|
||||
|
||||
Reference in New Issue
Block a user