summaryrefslogtreecommitdiff
path: root/firmware/export/config/ondavx747.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/ondavx747.h')
-rw-r--r--firmware/export/config/ondavx747.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/export/config/ondavx747.h b/firmware/export/config/ondavx747.h
index d303ea5925..8499c15ce9 100644
--- a/firmware/export/config/ondavx747.h
+++ b/firmware/export/config/ondavx747.h
@@ -132,11 +132,6 @@
132/* has no volume control, so we use the software ones */ 132/* has no volume control, so we use the software ones */
133#define HAVE_SW_VOLUME_CONTROL 133#define HAVE_SW_VOLUME_CONTROL
134 134
135/* software controlled volume ranges from -73 -> 0 dB, other than that
136 is controlled by hardware */
137#define SW_VOLUME_MIN -73
138#define SW_VOLUME_MAX 0
139
140/* define the bitmask of hardware sample rates */ 135/* define the bitmask of hardware sample rates */
141#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32 | \ 136#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32 | \
142 SAMPR_CAP_24 | SAMPR_CAP_22 | SAMPR_CAP_16 | \ 137 SAMPR_CAP_24 | SAMPR_CAP_22 | SAMPR_CAP_16 | \