commit | b68c9ac2ba11b281e099c265e24fac7096b88c06 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Tue Jul 08 16:08:42 2014 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Jul 08 16:08:42 2014 -0700 |
tree | b9ee8a34c8d638025335703424c71494c84f03a9 | |
parent | 6ef13ce4b6ec47836cb39d1904a97e1d79abf4f4 [diff] | |
parent | 8f7e9e20a5b2c20b81a293196edcb0610f31b563 [diff] |
Merge "hal: Fix improper input device selection for camcorder stereo recording"
diff --git a/hal/msm8916/platform.c b/hal/msm8916/platform.c index 69199dc..6e52779 100644 --- a/hal/msm8916/platform.c +++ b/hal/msm8916/platform.c
@@ -1430,7 +1430,7 @@ in_device & AUDIO_DEVICE_IN_BACK_MIC) { if (my_data->fluence_type & FLUENCE_DUAL_MIC && channel_count == 2) - snd_device = SND_DEVICE_IN_SPEAKER_DMIC; + snd_device = SND_DEVICE_IN_HANDSET_STEREO_DMIC; else snd_device = SND_DEVICE_IN_CAMCORDER_MIC; }