summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2008-05-03 23:18:56 +0000
committerBertrik Sikken <bertrik@sikken.nl>2008-05-03 23:18:56 +0000
commit6a0340fc213d120643c6c73050be4cbd10171b6b (patch)
tree8c44897c05752d0d1b154b6609bf096fdd9670f4 /firmware/export
parenta969e85e179cd1260b04203f01c68aaa85001504 (diff)
downloadrockbox-6a0340fc213d120643c6c73050be4cbd10171b6b.tar.gz
rockbox-6a0340fc213d120643c6c73050be4cbd10171b6b.zip
More static / header file cleanup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17341 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/sound.h b/firmware/export/sound.h
index f243e75633..c7637a999c 100644
--- a/firmware/export/sound.h
+++ b/firmware/export/sound.h
@@ -39,7 +39,7 @@ void sound_set_bass(int value);
39void sound_set_treble(int value); 39void sound_set_treble(int value);
40void sound_set_channels(int value); 40void sound_set_channels(int value);
41void sound_set_stereo_width(int value); 41void sound_set_stereo_width(int value);
42#ifdef HAVE_WM8758 42#if defined(HAVE_WM8758) || defined(HAVE_WM8985)
43void sound_set_bass_cutoff(int value); 43void sound_set_bass_cutoff(int value);
44void sound_set_treble_cutoff(int value); 44void sound_set_treble_cutoff(int value);
45#endif 45#endif