summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-07-22 18:34:23 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-07-22 18:34:23 +0000
commit4bb3f80f2737ff86c4a8fdb074a1a7bce0aa3624 (patch)
tree83b7ef70d19188765012ac5ba648a85c32f17637 /firmware/export
parentcad92039846dfe6da48b385c350f3456bb990527 (diff)
downloadrockbox-4bb3f80f2737ff86c4a8fdb074a1a7bce0aa3624.zip
rockbox-4bb3f80f2737ff86c4a8fdb074a1a7bce0aa3624.tar.gz
rockbox-4bb3f80f2737ff86c4a8fdb074a1a7bce0aa3624.tar.bz2
rockbox-4bb3f80f2737ff86c4a8fdb074a1a7bce0aa3624.tar.xz
Setting the lowest mic gain no longer turns off the mic (bug #774349)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3865 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/mpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/mpeg.h b/firmware/export/mpeg.h
index dda93f8..9f266bf 100644
--- a/firmware/export/mpeg.h
+++ b/firmware/export/mpeg.h
@@ -89,7 +89,7 @@ void mpeg_record(char *filename);
void mpeg_set_recording_options(int frequency, int quality,
int source, int channel_mode,
bool editable);
-void mpeg_set_recording_gain(int left, int right, int mic);
+void mpeg_set_recording_gain(int left, int right, bool use_mic);
unsigned long mpeg_recorded_time(void);
unsigned long mpeg_num_recorded_bytes(void);
#endif