From c21abddaae1102087afdad5dcc0531ce6c6add1f Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Thu, 2 Aug 2007 18:45:38 +0000 Subject: Even more optimizing for the recording name change... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14148 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/audio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export') 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 #define CHN_CAP_ALL (CHN_CAP_STEREO | CHN_CAP_MONO) #endif /* CONFIG_CODEC == SWCODEC */ +/* the enums below must match prestr[] in recording.c */ enum audio_sources { AUDIO_SRC_PLAYBACK = -1, /* Virtual source */ -- cgit v1.2.3