summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
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 c22c29f..306ac0c 100644
--- a/audio/audio_hw.c
+++ b/audio/audio_hw.c
@@ -115,7 +115,7 @@ struct pcm_config pcm_config_mm = {
};
struct pcm_config pcm_config_vx = {
- .channels = 1,
+ .channels = 2,
.rate = 8000,
.period_size = 160,
.period_count = 2,