st-hal: update the first stage SM version
Update the first stage SM version to pick appropriate
module params during bootup and get requested params.
Change-Id: I99b1c5910be63ec36f9056bb7db37c2c581e3b06
diff --git a/sound_trigger_hw.c b/sound_trigger_hw.c
index 77af18e..85297f7 100644
--- a/sound_trigger_hw.c
+++ b/sound_trigger_hw.c
@@ -2767,7 +2767,7 @@
goto exit_2;
}
- st_session->f_stage_version = ST_MODULE_TYPE_CUSTOM;
+ st_session->f_stage_version = ST_MODULE_TYPE_GMM;
st_session->vendor_uuid_info = v_info;
handle = android_atomic_inc(&stdev->session_id);