summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xaudio/audio_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audio_hw.c b/audio/audio_hw.c
index b79b199..42c6122 100755
--- a/audio/audio_hw.c
+++ b/audio/audio_hw.c
@@ -406,7 +406,7 @@ void audio_set_wb_amr_callback(void *data, int enable)
/* reopen the modem PCMs at the new rate */
if (adev->in_call) {
end_call(adev);
- set_eq_filter(adev);
+ select_output_device(adev);
start_call(adev);
}
}