forked from len0rd/rockbox
Changed .eq file format to simple 'setting: value' model.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2478 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
175747d0ec
commit
0e6088fc9c
6 changed files with 186 additions and 167 deletions
|
|
@ -37,6 +37,7 @@ int mpeg_sound_max(int setting);
|
|||
int mpeg_sound_default(int setting);
|
||||
void mpeg_sound_channel_config(int configuration);
|
||||
int mpeg_val2phys(int setting, int value);
|
||||
int mpeg_phys2val(int setting, int value);
|
||||
char *mpeg_sound_unit(int setting);
|
||||
int mpeg_sound_numdecimals(int setting);
|
||||
struct mp3entry* mpeg_current_track(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue