From 6307864f3e1bb531de39d94af5a06b594dce079a Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Thu, 2 Jan 2014 22:42:15 +0100 Subject: audio: Proper headphone route Signed-off-by: Paul Kocialkowski --- 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 c58a91b..bb3f79f 100755 --- a/audio/audio_hw.c +++ b/audio/audio_hw.c @@ -691,7 +691,7 @@ static void select_output_device(struct espresso_audio_device *adev) set_bigroute_by_array(adev->mixer, default_input_disable, 1); } - if (headset_on || headphone_on) { + if (headset_on) { ALOGD("%s: set voicecall: headset_input", __func__); set_bigroute_by_array(adev->mixer, headset_input, 1); } -- cgit v1.1