From 1dcc834e5954cfd662e501565d265c3d0c8d9cae Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 25 Dec 2011 18:23:10 +0000 Subject: ypr0: Remove last #ifdef in as3514. It's now using completely the same driver as Sansa daps. This also increases the volume range. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31428 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/as3514.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/as3514.h b/firmware/export/as3514.h index bcdb1a78c6..acf13444fa 100644 --- a/firmware/export/as3514.h +++ b/firmware/export/as3514.h @@ -131,14 +131,9 @@ extern void audiohw_set_sampr_dividers(int fsel); /* Headphone volume goes from -81.0 ... +6dB */ #define VOLUME_MIN -810 #else -#ifdef SAMSUNG_YPR0 -/* Headphone volume goes from -40.5 ... +6dB */ -#define VOLUME_MIN -405 -#else /* Headphone volume goes from -73.5 ... +6dB */ #define VOLUME_MIN -735 #endif -#endif #define VOLUME_MAX 60 /*** Audio Registers ***/ -- cgit v1.2.3