From 3437a82b11978eccc19cfa105ffbd8299b110e93 Mon Sep 17 00:00:00 2001 From: Simon Wilson Date: Fri, 9 Sep 2011 14:46:28 -0700 Subject: audio: open modem/bluetooth in stereo Cross-dependency with kernel change: I65a3555569bf4698619130c80d5c391bb6bb9b46 Change-Id: Ibfd6a884626a21ad1a06572e3458cca1b31e3afc --- 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 70e1bc3..0a6459d 100644 --- a/audio/audio_hw.c +++ b/audio/audio_hw.c @@ -171,7 +171,7 @@ struct pcm_config pcm_config_mm_ul = { }; struct pcm_config pcm_config_vx = { - .channels = 1, + .channels = 2, .rate = VX_NB_SAMPLING_RATE, .period_size = 160, .period_count = 2, -- cgit v1.1