Reapply volume control fix from 341
This commit is contained in:
@@ -1185,7 +1185,11 @@
|
|||||||
|
|
||||||
/* Handle out volume control in the mixer - enabled by default */
|
/* Handle out volume control in the mixer - enabled by default */
|
||||||
#ifndef OUT_VOLUME_IN_MIXER
|
#ifndef OUT_VOLUME_IN_MIXER
|
||||||
#define OUT_VOLUME_IN_MIXER (1)
|
#if MIXER
|
||||||
|
#define OUT_VOLUME_IN_MIXER (1)
|
||||||
|
#else
|
||||||
|
#define OUT_VOLUME_IN_MIXER (0)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Apply out volume controls after the mix. Only relevant when OUT_VOLUME_IN_MIXER enabled. Enabled by default */
|
/* Apply out volume controls after the mix. Only relevant when OUT_VOLUME_IN_MIXER enabled. Enabled by default */
|
||||||
|
|||||||
Reference in New Issue
Block a user