From 3ad6ca0da3aff74a76c26b487909549256d35773 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Tue, 22 Apr 2008 12:37:20 +0000 Subject: change style to make some people happier - (... but reading it is awful weird) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17216 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/mas35xx.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/firmware/export/mas35xx.h b/firmware/export/mas35xx.h index baafcf1..a4e2413 100644 --- a/firmware/export/mas35xx.h +++ b/firmware/export/mas35xx.h @@ -24,15 +24,16 @@ #include "config.h" -#if CONFIG_CODEC != MAS3507D - +#if CONFIG_CODEC == MAS3507D +#define VOLUME_MIN -780 +#define VOLUME_MAX 180 +#else #define VOLUME_MIN -400 #define VOLUME_MAX 600 +#endif -#else /* CONFIG_CODEC == MAS3507D */ -#define VOLUME_MIN -780 -#define VOLUME_MAX 180 +#if CONFIG_CODEC == MAS3507D static const unsigned int bass_table[] = { -- cgit v1.1