audio: Update mixer knobs after re-applying output route

Change-Id: I35fbcc03e9666e579134512b443610e546c31441
diff --git a/audio/audio_hw.c b/audio/audio_hw.c
index ff6ba33..42e4575 100644
--- a/audio/audio_hw.c
+++ b/audio/audio_hw.c
@@ -1026,6 +1026,7 @@
                  */
                 out_snd_device_name = get_snd_device_name(out_uc_info->out_snd_device);
                 audio_route_apply_path(mixer_card->audio_route, out_snd_device_name);
+                update_mixer = true;
             }
             if (update_mixer) {
                 audio_route_update_mixer(mixer_card->audio_route);