summaryrefslogtreecommitdiffstats
path: root/audio/mixer.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mixer.c')
-rw-r--r--audio/mixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mixer.c b/audio/mixer.c
index 7ecd97449d..29727918f6 100644
--- a/audio/mixer.c
+++ b/audio/mixer.c
@@ -227,7 +227,7 @@ void mixer_setbalance(struct mixer *mixer, float val)
return;
}
- /* make all other channels pass thru since by default pan blocks all */
+ /* make all other channels pass through since by default pan blocks all */
for (int i = 2; i < AF_NCH; i++) {
float level[AF_NCH] = {0};
level[i] = 1.f;