From 95c34789fdaa431c0a789bbbfe3c6fd1e56efee1 Mon Sep 17 00:00:00 2001 From: Simon Wilson Date: Thu, 1 Sep 2011 17:44:34 -0700 Subject: 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. --- audio/audio_hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio') 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, -- cgit v1.1