From 2d48d0ffa6baddd19e6ff077f25068f90af7be3d Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 8 Jun 2007 23:42:04 +0000 Subject: 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 --- apps/SOURCES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/SOURCES') 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 recorder/recording.c #endif #if CONFIG_CODEC == SWCODEC +#if INPUT_SRC_CAPS != 0 +audio_path.c +#endif /* INPUT_SRC_CAPS != 0 */ pcmbuf.c playback.c codecs.c -- cgit v1.2.3