summaryrefslogtreecommitdiff
path: root/firmware/export/mp3_playback.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-06-21 13:42:37 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-06-21 13:42:37 +0000
commit3db9c833647a59edd1dc800808a2d404286e5ceb (patch)
tree876ce8d0e4be89dc7411729557af0335e4f17265 /firmware/export/mp3_playback.h
parentbdfc932accb1eb2c655887fce74717a8894c6cc3 (diff)
downloadrockbox-3db9c833647a59edd1dc800808a2d404286e5ceb.tar.gz
rockbox-3db9c833647a59edd1dc800808a2d404286e5ceb.zip
Simplified the settings code by removing the phys2val conversions. This has the side effect of increasing the resolution for the balance setting from 2% steps to 1% steps, and bass boost from 10% steps to 1% steps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4782 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/mp3_playback.h')
-rw-r--r--firmware/export/mp3_playback.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/mp3_playback.h b/firmware/export/mp3_playback.h
index 1eb5dc264e..ad989a2572 100644
--- a/firmware/export/mp3_playback.h
+++ b/firmware/export/mp3_playback.h
@@ -33,7 +33,6 @@ int mpeg_sound_max(int setting);
33int mpeg_sound_default(int setting); 33int mpeg_sound_default(int setting);
34void mpeg_sound_channel_config(int configuration); 34void mpeg_sound_channel_config(int configuration);
35int mpeg_val2phys(int setting, int value); 35int mpeg_val2phys(int setting, int value);
36int mpeg_phys2val(int setting, int value);
37char *mpeg_sound_unit(int setting); 36char *mpeg_sound_unit(int setting);
38int mpeg_sound_numdecimals(int setting); 37int mpeg_sound_numdecimals(int setting);
39#if defined(HAVE_MAS3587F) || defined(SIMULATOR) 38#if defined(HAVE_MAS3587F) || defined(SIMULATOR)