aboutsummaryrefslogtreecommitdiffstats
path: root/libPCMutils/src/pcmdmx_lib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libPCMutils/src/pcmdmx_lib.cpp')
-rw-r--r--libPCMutils/src/pcmdmx_lib.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libPCMutils/src/pcmdmx_lib.cpp b/libPCMutils/src/pcmdmx_lib.cpp
index 377557a..fca12ce 100644
--- a/libPCMutils/src/pcmdmx_lib.cpp
+++ b/libPCMutils/src/pcmdmx_lib.cpp
@@ -611,8 +611,6 @@ static PCMDMX_ERROR getChannelMode(
(channelType[ch] & 0x0F) - 1,
0); /* Assign all undefined channels (ACT_NONE) to front channels. */
- if (channelIndices[ch] >= numCh[channelType[ch] >> 4][chGrp])
- return PCMDMX_INVALID_CH_CONFIG;
spkrPos[ch] = getSpeakerPos(channelType[ch], channelIndices[ch],
numCh[channelType[ch] >> 4][chGrp]);