summaryrefslogtreecommitdiff
path: root/firmware/export/as3514.h
diff options
context:
space:
mode:
authorAntonius Hellmann <toni@rockbox.org>2007-05-20 19:09:15 +0000
committerAntonius Hellmann <toni@rockbox.org>2007-05-20 19:09:15 +0000
commit731d7a16c3f606d586237fc8b4086ee54a0d0704 (patch)
tree1d5af89a0f2bcb4b6b1cb002558d2d06a0abe90d /firmware/export/as3514.h
parentc4da23ab0e52010a731c8ac67df78b901abec008 (diff)
Increase sansa volume range at the lower end. This seems to be necessary
now after the audio improvement: -40.5dB ... +6dB => -73.5 ... +6dB git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13447 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/as3514.h')
-rw-r--r--firmware/export/as3514.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/as3514.h b/firmware/export/as3514.h
index e90a8f47ef..5f37fd7fcf 100644
--- a/firmware/export/as3514.h
+++ b/firmware/export/as3514.h
@@ -69,9 +69,9 @@ extern void audiohw_set_monitor(int enable);
#define ADC_0 0x2e
#define ADC_1 0x2f
-/* Headphone volume goes from -40.5 - 6dB */
-#define VOLUME_MIN -405
-#define VOLUME_MAX 60
+/* Headphone volume goes from -73.5 ... +6dB */
+#define VOLUME_MIN -735
+#define VOLUME_MAX 60
#ifdef SANSA_E200
#define AS3514_I2C_ADDR 0x46