summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-17 12:55:30 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-17 12:55:30 +0000
commitd7aa42dde086ca335d3a80fe45c450f0dc9a1a1a (patch)
tree9cd480918ba119b3bb6d29b2a401d3f0c35f4c02
parent2e484104f1927cc276b2868e0f629fd9dca8aefc (diff)
downloadrockbox-d7aa42dde086ca335d3a80fe45c450f0dc9a1a1a.tar.gz
rockbox-d7aa42dde086ca335d3a80fe45c450f0dc9a1a1a.zip
Onda VX747: don't enable software volume control in sims
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22377 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-ondavx747.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index a04b55f1e3..0fcfd3cf99 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -140,7 +140,9 @@
140#define HAVE_SW_TONE_CONTROLS 140#define HAVE_SW_TONE_CONTROLS
141 141
142/* has no volume control, so we use the software ones */ 142/* has no volume control, so we use the software ones */
143#ifndef SIMULATOR
143#define HAVE_SW_VOLUME_CONTROL 144#define HAVE_SW_VOLUME_CONTROL
145#endif
144 146
145/* software controlled volume ranges from -73 -> 0 dB, other than that 147/* software controlled volume ranges from -73 -> 0 dB, other than that
146 is controlled by hardware */ 148 is controlled by hardware */