Browse Source

updated to current MS constants

richarddobson 3 years ago
parent
commit
6304ca74dc
2 changed files with 4 additions and 1 deletions
  1. 1 0
      dev/newinclude/chanmask.h
  2. 3 1
      include/chanmask.h

+ 1 - 0
dev/newinclude/chanmask.h

@@ -43,6 +43,7 @@
 #define SPEAKER_TOP_BACK_LEFT           0x8000
 #define SPEAKER_TOP_BACK_CENTER         0x10000
 #define SPEAKER_TOP_BACK_RIGHT          0x20000
+/* RWD 2022 use latest version from MS */
 #define SPEAKER_RESERVED                0x7FFC0000
 #define SPEAKER_ALL                     0x80000000
 

+ 3 - 1
include/chanmask.h

@@ -43,7 +43,9 @@
 #define SPEAKER_TOP_BACK_LEFT           0x8000
 #define SPEAKER_TOP_BACK_CENTER         0x10000
 #define SPEAKER_TOP_BACK_RIGHT          0x20000
-#define SPEAKER_RESERVED                0x80000000
+/* RWD 2022 use latest version from MS */
+#define SPEAKER_RESERVED                0x7FFC0000
+#define SPEAKER_ALL                     0x80000000
 
 /* my extras*/
 #define SPKRS_UNASSIGNED    (0)