summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Wilson <simonwilson@google.com>2011-09-01 17:44:34 -0700
committerSimon Wilson <simonwilson@google.com>2011-09-01 17:44:34 -0700
commit95c34789fdaa431c0a789bbbfe3c6fd1e56efee1 (patch)
tree0110fc2bc76b8aa3ce7313a4d334c530aa7ea5c3
parent1aad909e77b4dc7a628f9e024efcc72f53056e89 (diff)
downloaddevice_samsung_tuna-95c34789fdaa431c0a789bbbfe3c6fd1e56efee1.zip
device_samsung_tuna-95c34789fdaa431c0a789bbbfe3c6fd1e56efee1.tar.gz
device_samsung_tuna-95c34789fdaa431c0a789bbbfe3c6fd1e56efee1.tar.bz2
Revert "audio: change pcm_config_vx channel from 1 to 2"
This change causes bluetooth SCO audio during a call to be unreliable: often there is no call audio. Reverting this causes the downlink (bluetooth earpiece) audio to sound robotic, but the audio is more reliable. This reverts commit 3772f57d8332e7b2113bd35cd297b8fe00d20d15.
-rw-r--r--audio/audio_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audio_hw.c b/audio/audio_hw.c
index b9ccfa1..9c5d6d7 100644
--- a/audio/audio_hw.c
+++ b/audio/audio_hw.c
@@ -140,7 +140,7 @@ struct pcm_config pcm_config_mm = {
};
struct pcm_config pcm_config_vx = {
- .channels = 2,
+ .channels = 1,
.rate = 8000,
.period_size = 160,
.period_count = 2,