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/recorder/recording.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/recorder/recording.h') diff --git a/apps/recorder/recording.h b/apps/recorder/recording.h index 3ca1f35834..50a73856cf 100644 --- a/apps/recorder/recording.h +++ b/apps/recorder/recording.h @@ -29,7 +29,7 @@ int rec_create_directory(void); extern bool recording_start_automatic; #if CONFIG_CODEC == SWCODEC -/* handles device powerup and sets audio source */ +/* handles device powerup, sets audio source and peakmeter mode */ void rec_set_source(int source, unsigned flags); #endif /* CONFIG_CODEC == SW_CODEC */ @@ -47,4 +47,4 @@ void rec_record(void); /* creates unique filename and starts recording */ void rec_new_file(void); -#endif +#endif /* RECORDING_H */ -- cgit v1.2.3