aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_mixer.h
diff options
context:
space:
mode:
authorChun-Min Chang <[email protected]>2016-12-22 06:45:13 +0800
committerChun-Min Chang <[email protected]>2016-12-22 06:45:13 +0800
commit48faad7c7927174beb452b8ee3e0a26a50821933 (patch)
tree49616e499cdfecbd3ead81f53364468ca7d374c5 /src/cubeb_mixer.h
parentb0f1a6331f327b4fc127c8d206bca944f1141b80 (diff)
downloadcubeb-48faad7c7927174beb452b8ee3e0a26a50821933.tar.gz
cubeb-48faad7c7927174beb452b8ee3e0a26a50821933.zip
Fix typo
Diffstat (limited to 'src/cubeb_mixer.h')
-rw-r--r--src/cubeb_mixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubeb_mixer.h b/src/cubeb_mixer.h
index d1d0e84..dc5ceed 100644
--- a/src/cubeb_mixer.h
+++ b/src/cubeb_mixer.h
@@ -30,7 +30,7 @@ typedef enum {
} cubeb_channel;
static cubeb_channel const CHANNEL_INDEX_TO_ORDER[CUBEB_LAYOUT_MAX][CHANNEL_MAX] = {
- { CHANNEL_INVALID }, // UNSUPPORTED
+ { CHANNEL_INVALID }, // UNDEFINED
{ CHANNEL_LEFT, CHANNEL_RIGHT }, // DUAL_MONO
{ CHANNEL_LEFT, CHANNEL_RIGHT, CHANNEL_LFE }, // DUAL_MONO_LFE
{ CHANNEL_MONO }, // MONO