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:
parent
402dec539a
commit
5e9732367d
1 changed files with 3 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue