summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorPeter D'Hoye <peter.dhoye@gmail.com>2007-08-02 18:45:38 +0000
committerPeter D'Hoye <peter.dhoye@gmail.com>2007-08-02 18:45:38 +0000
commitc21abddaae1102087afdad5dcc0531ce6c6add1f (patch)
treea41dec5c56c6c0aff1ff67b16ff2db11e661b6d0 /firmware
parent83c003dbcc90679a0e39d5903970dbe804eef91f (diff)
downloadrockbox-c21abddaae1102087afdad5dcc0531ce6c6add1f.tar.gz
rockbox-c21abddaae1102087afdad5dcc0531ce6c6add1f.zip
Even more optimizing for the recording name change...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14148 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/audio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/audio.h b/firmware/export/audio.h
index 933076537e..b55c46a573 100644
--- a/firmware/export/audio.h
+++ b/firmware/export/audio.h
@@ -129,6 +129,7 @@ enum rec_channel_modes
129#define CHN_CAP_ALL (CHN_CAP_STEREO | CHN_CAP_MONO) 129#define CHN_CAP_ALL (CHN_CAP_STEREO | CHN_CAP_MONO)
130#endif /* CONFIG_CODEC == SWCODEC */ 130#endif /* CONFIG_CODEC == SWCODEC */
131 131
132/* the enums below must match prestr[] in recording.c */
132enum audio_sources 133enum audio_sources
133{ 134{
134 AUDIO_SRC_PLAYBACK = -1, /* Virtual source */ 135 AUDIO_SRC_PLAYBACK = -1, /* Virtual source */