Revert "st-hal: force to reset backend for device switch"

This reverts commit 58e1b48d2fcfff36ea2f6214daf60c20f37b92c8.
The concurrent audio recording can be blocked if path is
forced to be closed by VA.

Change-Id: Ib4ec80a221a6debed3954d8bd8028243e3dd8ae2
diff --git a/sound_trigger_hw.c b/sound_trigger_hw.c
index 16eded7..2124644 100644
--- a/sound_trigger_hw.c
+++ b/sound_trigger_hw.c
@@ -1114,7 +1114,6 @@
      * 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);