1
0
Fork 0
forked from len0rd/rockbox

Make life easier for people working on new ports (audio drivers are normally one of the last things written), and revert r17511. Also take the opportunity to use more typical dummy values for VOLUME_MIN and VOLUME_MAX.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17620 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2008-05-24 08:03:15 +00:00
parent 402dec539a
commit 5e9732367d

View file

@ -40,7 +40,9 @@
*/
#if !defined(VOLUME_MIN) && !defined(VOLUME_MAX)
#error define for VOLUME_MIN and VOLUME_MAX is missing!
#warning define for VOLUME_MIN and VOLUME_MAX is missing
#define VOLUME_MIN -700
#define VOLUME_MAX 0
#endif
/* volume/balance/treble/bass interdependency main part */