Merge "st-hal: force to reset backend for device switch"
diff --git a/sound_trigger_hw.c b/sound_trigger_hw.c
index f5def84..f677147 100644
--- a/sound_trigger_hw.c
+++ b/sound_trigger_hw.c
@@ -1115,6 +1115,7 @@
      * state so device switch will set up the next session with the
      * new device to be started later
      */
+    stdev->reset_backend = true;
     switch_device();
 
     pthread_mutex_unlock(&stdev->lock);