summaryrefslogtreecommitdiffstats
path: root/audio
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
commit15d9a54aedf3aa96341b2ab69683fbcc51443bb3 (patch)
tree06d0ca6edfff61ae8917bcb96b82ae20db22042c /audio
parent7654c481b003809955ddb5868b95c4da27869b05 (diff)
downloaddevice_samsung_tuna-15d9a54aedf3aa96341b2ab69683fbcc51443bb3.zip
device_samsung_tuna-15d9a54aedf3aa96341b2ab69683fbcc51443bb3.tar.gz
device_samsung_tuna-15d9a54aedf3aa96341b2ab69683fbcc51443bb3.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 2fc3f3247f9e993ca0b965db5846598b151cb4f3.
Diffstat (limited to 'audio')
-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,