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 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,