diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2007-10-06 22:27:27 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2007-10-06 22:27:27 +0000 |
| commit | 6077e5b7c85c0d6f5963e4aadb215faf2c4d10d2 (patch) | |
| tree | a6bc91ee4168e83617e942eeaea46e5523e82420 /apps/settings.c | |
| parent | f6de0d4083a4fcb6da57f271e1f8ccaf715e571d (diff) | |
| download | rockbox-6077e5b7c85c0d6f5963e4aadb215faf2c4d10d2.zip rockbox-6077e5b7c85c0d6f5963e4aadb215faf2c4d10d2.tar.gz rockbox-6077e5b7c85c0d6f5963e4aadb215faf2c4d10d2.tar.bz2 rockbox-6077e5b7c85c0d6f5963e4aadb215faf2c4d10d2.tar.xz | |
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 'apps/settings.c')
| -rw-r--r-- | apps/settings.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c index cacf3e5..26036c8 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -79,7 +79,6 @@ struct system_status global_status; #if CONFIG_CODEC == SWCODEC #include "pcmbuf.h" -#include "pcm_playback.h" #include "dsp.h" #ifdef HAVE_RECORDING #include "enc_config.h" |