summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-12-02 00:03:52 +0100
committerCarl Hetherington <cth@carlh.net>2023-12-02 00:03:55 +0100
commit6973568117ed23c300f5ffa538f7eae87a9a9927 (patch)
tree0060fa4d4a77b8ec9ad8172016d2528f4a611258
parentc3f083eebb8483a8c2c38375c0258d6174caa730 (diff)
Add some MCA IDs that claim to be from ClipsterDCI 5.9.3.5.v1.8.89
-rw-r--r--src/types.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/types.cc b/src/types.cc
index 7f1395df..f4bf8db0 100644
--- a/src/types.cc
+++ b/src/types.cc
@@ -547,9 +547,9 @@ dcp::mca_id_to_channel (string id)
return Channel::HI;
} else if (id == "vin" || id == "vi-n") {
return Channel::VI;
- } else if (id == "lrs") {
+ } else if (id == "lrs" || id == "lsr") {
return Channel::BSL;
- } else if (id == "rrs") {
+ } else if (id == "rrs" || id == "rsr") {
return Channel::BSR;
} else if (id == "dbox") {
return Channel::MOTION_DATA;