summaryrefslogtreecommitdiff
path: root/firmware/export/audio.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-10-06 22:27:27 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-10-06 22:27:27 +0000
commit6077e5b7c85c0d6f5963e4aadb215faf2c4d10d2 (patch)
treea6bc91ee4168e83617e942eeaea46e5523e82420 /firmware/export/audio.h
parentf6de0d4083a4fcb6da57f271e1f8ccaf715e571d (diff)
downloadrockbox-6077e5b7c85c0d6f5963e4aadb215faf2c4d10d2.tar.gz
rockbox-6077e5b7c85c0d6f5963e4aadb215faf2c4d10d2.zip
Unify PCM interface just above the hardware driver level for all targets including the sims. Perform lockout of audio callback when changing states. Weird new playback or recording trouble? Check before and after this revision first though things seem quite sound.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15006 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/audio.h')
-rw-r--r--firmware/export/audio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/audio.h b/firmware/export/audio.h
index b55c46a573..84275cca2a 100644
--- a/firmware/export/audio.h
+++ b/firmware/export/audio.h
@@ -26,7 +26,7 @@
26 many files. */ 26 many files. */
27#if CONFIG_CODEC == SWCODEC 27#if CONFIG_CODEC == SWCODEC
28#include "pcm_sampr.h" 28#include "pcm_sampr.h"
29#include "pcm_playback.h" 29#include "pcm.h"
30#ifdef HAVE_RECORDING 30#ifdef HAVE_RECORDING
31#include "pcm_record.h" 31#include "pcm_record.h"
32#include "id3.h" 32#include "id3.h"