From 731d7a16c3f606d586237fc8b4086ee54a0d0704 Mon Sep 17 00:00:00 2001 From: Antonius Hellmann Date: Sun, 20 May 2007 19:09:15 +0000 Subject: 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 --- firmware/export/as3514.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware/export/as3514.h') 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 -- cgit v1.2.3