mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Hopefully finish off the red from r26051.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26053 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5508d40d4b
commit
e73a175d6d
4 changed files with 18 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include "config.h"
|
||||
#include "audio.h"
|
||||
#include "audiohw.h"
|
||||
#include "sound.h"
|
||||
#include "jz4740.h"
|
||||
#include "system.h"
|
||||
|
||||
|
|
@ -33,8 +33,12 @@ const struct sound_settings_info audiohw_settings[] = {
|
|||
[SOUND_VOLUME] = {"dB", 0, 1, 0, 6, 0},
|
||||
#endif
|
||||
/* HAVE_SW_TONE_CONTROLS */
|
||||
#ifdef AUDIOHW_HAVE_BASS
|
||||
[SOUND_BASS] = {"dB", 0, 1, -24, 24, 0},
|
||||
#endif
|
||||
#ifdef AUDIOHW_HAVE_TREBLE
|
||||
[SOUND_TREBLE] = {"dB", 0, 1, -24, 24, 0},
|
||||
#endif
|
||||
[SOUND_BALANCE] = {"%", 0, 1,-100, 100, 0},
|
||||
[SOUND_CHANNELS] = {"", 0, 1, 0, 5, 0},
|
||||
[SOUND_STEREO_WIDTH] = {"%", 0, 5, 0, 250, 100},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue