summaryrefslogtreecommitdiff
path: root/apps/SOURCES
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-06-08 23:42:04 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-06-08 23:42:04 +0000
commit2d48d0ffa6baddd19e6ff077f25068f90af7be3d (patch)
tree68c80646a748496fee423d77aa43afafb783b269 /apps/SOURCES
parenta85793fc54a0079f5483d5a5c6c60b7d17ca688c (diff)
downloadrockbox-2d48d0ffa6baddd19e6ff077f25068f90af7be3d.tar.gz
rockbox-2d48d0ffa6baddd19e6ff077f25068f90af7be3d.zip
Straighten out some audio path APIs and misc. audio stuff. Having recording is not a prerequisite to having input/output source selection which is probably most useful when adding a audio input features like FM to a new port without forcing recording to be implemented first.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13599 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
-rw-r--r--apps/SOURCES3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES
index ccc481b07b..ccb9ca2772 100644
--- a/apps/SOURCES
+++ b/apps/SOURCES
@@ -86,6 +86,9 @@ recorder/radio.c
86recorder/recording.c 86recorder/recording.c
87#endif 87#endif
88#if CONFIG_CODEC == SWCODEC 88#if CONFIG_CODEC == SWCODEC
89#if INPUT_SRC_CAPS != 0
90audio_path.c
91#endif /* INPUT_SRC_CAPS != 0 */
89pcmbuf.c 92pcmbuf.c
90playback.c 93playback.c
91codecs.c 94codecs.c