- Fixed ifndef check

- Fixed mix map update
This commit is contained in:
Ross Owen
2023-02-08 17:05:00 +00:00
parent e26b934233
commit 950beb55cb
3 changed files with 2 additions and 5 deletions

View File

@@ -1093,7 +1093,7 @@
#endif
/* Handle in volume control in the mixer - disabled by default */
#ifdef IN_VOLUME_IN_MIXER
#ifndef IN_VOLUME_IN_MIXER
#define IN_VOLUME_IN_MIXER (0)
#endif