- Make usage (of lack of) of CS when setting/getting mixer weights more clear in the implementation

- Fix typo in IN_VOLUME_IN_MIXER define
This commit is contained in:
Ross Owen
2023-02-08 11:59:13 +00:00
parent 6c2e7e3042
commit f80d7647e0
3 changed files with 38 additions and 41 deletions

View File

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