From 934e6f0bfa59b5e83bb82402c6f2376f3f3b767b Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sat, 23 Jan 2010 19:28:26 +0000 Subject: Commit FS#10082, enlarge volume control range for WM8758. This will enable volume control down to -90 dB for iPod Video targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24318 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/wm8758.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export') diff --git a/firmware/export/wm8758.h b/firmware/export/wm8758.h index 29304b8794..9d1a938162 100644 --- a/firmware/export/wm8758.h +++ b/firmware/export/wm8758.h @@ -23,7 +23,7 @@ #define _WM8758_H /* volume/balance/treble/bass interdependency */ -#define VOLUME_MIN -570 +#define VOLUME_MIN -890 #define VOLUME_MAX 60 #define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP | BASS_CUTOFF_CAP | TREBLE_CUTOFF_CAP) -- cgit v1.2.3