summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-05-16 14:57:06 +0200
committerCarl Hetherington <cth@carlh.net>2024-05-16 14:57:06 +0200
commita4930f8185f2d3f3a9dc93b938792fae758be4d7 (patch)
treef3813d7b4be91718edfc73ad45aba46447b3e99c /src/types.h
parent9b9af8a80860210c6a29446f7a24795eeda9e7bc (diff)
parent47b82590f5d1538b599e323daa5e0c792e4d4695 (diff)
Merge branch 'main' into v1.9.xv1.9.7
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index 183ce638..65840e6d 100644
--- a/src/types.h
+++ b/src/types.h
@@ -99,7 +99,8 @@ enum class Channel {
RS = 5, ///< right surround
HI = 6,
VI = 7,
- /* 8 and 9 are not used */
+ LC = 8, ///< not used, but referred to in MainSoundConfiguration in some CPLs
+ RC = 9, ///< not used, but referred to in MainSoundConfiguration in some CPLs
BSL = 10,
BSR = 11,
MOTION_DATA = 12,