summaryrefslogtreecommitdiffstats
path: root/audio/audio_hw.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audio_hw.c')
-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,