summaryrefslogtreecommitdiff
path: root/firmware/export/sound.h
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-07-11 16:46:19 +0000
committerAlexander Levin <al.le@rockbox.org>2009-07-11 16:46:19 +0000
commitcc7c665d9b5e6d801f248799dabe05e3729bb1c8 (patch)
tree3c82c6774acc78e814bad736496c693877295866 /firmware/export/sound.h
parent17ac0d7ff9604664a1894fd49883e44291f06451 (diff)
downloadrockbox-cc7c665d9b5e6d801f248799dabe05e3729bb1c8.tar.gz
rockbox-cc7c665d9b5e6d801f248799dabe05e3729bb1c8.zip
Improvements to the pitch screen UI (FS#10359 by David Johnston)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21781 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/sound.h')
-rw-r--r--firmware/export/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/sound.h b/firmware/export/sound.h
index 70c4a2244e..674b2f6ae2 100644
--- a/firmware/export/sound.h
+++ b/firmware/export/sound.h
@@ -60,8 +60,8 @@ void sound_set(int setting, int value);
60int sound_val2phys(int setting, int value); 60int sound_val2phys(int setting, int value);
61 61
62#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F) 62#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
63void sound_set_pitch(int permille); 63void sound_set_pitch(int32_t pitch);
64int sound_get_pitch(void); 64int32_t sound_get_pitch(void);
65#endif 65#endif
66 66
67#endif 67#endif