aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/audio_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audio_hw.c b/audio/audio_hw.c
index 355c8e4..be0ebe7 100644
--- a/audio/audio_hw.c
+++ b/audio/audio_hw.c
@@ -684,7 +684,7 @@ static void select_mode(struct m0_audio_device *adev)
ALOGE("%s: csd_stop_voice error %d\n", __func__, err);
}
}
-
+ adev->in_device = AUDIO_DEVICE_NONE;
force_all_standby(adev);
select_output_device(adev);
select_input_device(adev);