From 03aa4db89d22fcd0b46edd5d24c0ba24b5ed244f Mon Sep 17 00:00:00 2001 From: codeworkx Date: Sun, 16 Sep 2012 18:45:55 +0200 Subject: audio: reselect devices when switching to amr wb Change-Id: I6660ff8b2fe4ef444e223a9bf241ad6448faf377 --- audio/audio_hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/audio_hw.c b/audio/audio_hw.c index 842fb1d..b2e9353 100755 --- a/audio/audio_hw.c +++ b/audio/audio_hw.c @@ -381,7 +381,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); } } -- cgit v1.1