diff options
| author | Andy <andy@rockbox.org> | 2005-11-12 04:00:56 +0000 |
|---|---|---|
| committer | Andy <andy@rockbox.org> | 2005-11-12 04:00:56 +0000 |
| commit | e6e5496535a6fa45ee5cb63fb80886514ae72231 (patch) | |
| tree | ebd73be009933c4c7eaf224ccec308aa56dd7b99 /apps/main.c | |
| parent | 663fba13996c32e13d4cca89ffda86de8d536c7f (diff) | |
| download | rockbox-e6e5496535a6fa45ee5cb63fb80886514ae72231.zip rockbox-e6e5496535a6fa45ee5cb63fb80886514ae72231.tar.gz rockbox-e6e5496535a6fa45ee5cb63fb80886514ae72231.tar.bz2 rockbox-e6e5496535a6fa45ee5cb63fb80886514ae72231.tar.xz | |
iRiver: Initial support for wav-recording in recording menu. Supports mic/line-in (and radio), monitor mode, time-splitting (and byte-splitting), pause/resume etc. Things todo: Prerecording, peakmeter (should be simple), frequency other than 44.1 kHz, etc..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7818 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/main.c')
| -rw-r--r-- | apps/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c index 296b3fc..ab802d5 100644 --- a/apps/main.c +++ b/apps/main.c @@ -323,7 +323,7 @@ void init(void) sound_settings_apply(); #endif #if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR) - pcm_init_recording(); + pcm_rec_init(); #endif talk_init(); /* runtime database has to be initialized after audio_init() */ |