From fc51006f02e808d4d032486584c5ef2ca45dad4e Mon Sep 17 00:00:00 2001 From: Simon Wilson Date: Thu, 15 Sep 2011 20:21:52 -0700 Subject: audio: route mono mics through both muxes Mono mics were previously only routed to a single channel on each mux. Route through both instead. Change-Id: Ie954a436ec24e377e6821b85b994ed5294a6c4d8 --- audio/audio_hw.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'audio') diff --git a/audio/audio_hw.c b/audio/audio_hw.c index 3c42222..7e8f3da 100644 --- a/audio/audio_hw.c +++ b/audio/audio_hw.c @@ -313,7 +313,7 @@ struct route_setting mm_ul2_bt[] = { }, { .ctl_name = MIXER_MUX_UL11, - .strval = MIXER_BT_RIGHT, + .strval = MIXER_BT_LEFT, }, { .ctl_name = NULL, @@ -327,7 +327,7 @@ struct route_setting mm_ul2_amic[] = { }, { .ctl_name = MIXER_MUX_UL11, - .strval = MIXER_AMIC1, + .strval = MIXER_AMIC0, }, { .ctl_name = NULL, @@ -342,7 +342,7 @@ struct route_setting vx_ul_amic_left[] = { }, { .ctl_name = MIXER_MUX_VX1, - .strval = MIXER_AMIC1, + .strval = MIXER_AMIC0, }, { .ctl_name = MIXER_VOICE_CAPTURE_MIXER_CAPTURE, @@ -360,7 +360,7 @@ struct route_setting vx_ul_amic_right[] = { }, { .ctl_name = MIXER_MUX_VX1, - .strval = MIXER_AMIC0, + .strval = MIXER_AMIC1, }, { .ctl_name = MIXER_VOICE_CAPTURE_MIXER_CAPTURE, @@ -378,7 +378,7 @@ struct route_setting vx_ul_bt[] = { }, { .ctl_name = MIXER_MUX_VX1, - .strval = MIXER_BT_RIGHT, + .strval = MIXER_BT_LEFT, }, { .ctl_name = MIXER_VOICE_CAPTURE_MIXER_CAPTURE, -- cgit v1.1