diff options
| -rw-r--r-- | firmware/export/config-ondavx747.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h index a04b55f..0fcfd3c 100644 --- a/firmware/export/config-ondavx747.h +++ b/firmware/export/config-ondavx747.h @@ -140,7 +140,9 @@ #define HAVE_SW_TONE_CONTROLS /* has no volume control, so we use the software ones */ +#ifndef SIMULATOR #define HAVE_SW_VOLUME_CONTROL +#endif /* software controlled volume ranges from -73 -> 0 dB, other than that is controlled by hardware */ |