forked from len0rd/rockbox
Fix warnings by being stricter about declaring volume min/max
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15102 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a537114d02
commit
04ad90706b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
#if CONFIG_CODEC == MAS3507D /* volume/balance/treble/bass interdependency */
|
||||
#define VOLUME_MIN -780
|
||||
#define VOLUME_MAX 180
|
||||
#else
|
||||
#elif !defined(VOLUME_MIN) && !defined(VOLUME_MAX)
|
||||
#define VOLUME_MIN -400
|
||||
#define VOLUME_MAX 600
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue