summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-11-11 20:30:53 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-11-11 20:30:53 +0000
commit69b7dab5f0409ece73d4b107daf9092f82dfae2b (patch)
tree8cc988532e2f1dbd705e9deabc12775634e06d60 /firmware
parent97f17e80bca7c1f33d09803c3513f2b2b5324883 (diff)
downloadrockbox-69b7dab5f0409ece73d4b107daf9092f82dfae2b.tar.gz
rockbox-69b7dab5f0409ece73d4b107daf9092f82dfae2b.zip
pcm-s5l8700: add missing header file, remove out-of-date comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23612 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/arm/s5l8700/pcm-s5l8700.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/s5l8700/pcm-s5l8700.c b/firmware/target/arm/s5l8700/pcm-s5l8700.c
index 5fd5c424ab..3498e50ace 100644
--- a/firmware/target/arm/s5l8700/pcm-s5l8700.c
+++ b/firmware/target/arm/s5l8700/pcm-s5l8700.c
@@ -28,6 +28,7 @@
28#include "audiohw.h" 28#include "audiohw.h"
29#include "pcm.h" 29#include "pcm.h"
30#include "pcm_sampr.h" 30#include "pcm_sampr.h"
31#include "dma-target.h"
31#include "mmu-target.h" 32#include "mmu-target.h"
32 33
33/* Driver for the IIS/PCM part of the s5l8700 using DMA 34/* Driver for the IIS/PCM part of the s5l8700 using DMA
@@ -36,7 +37,6 @@
36 - not all possible PCM sample rates are enabled (no support in codec driver) 37 - not all possible PCM sample rates are enabled (no support in codec driver)
37 - pcm_play_dma_pause is untested, not sure if implemented the right way 38 - pcm_play_dma_pause is untested, not sure if implemented the right way
38 - pcm_play_dma_stop is untested, not sure if implemented the right way 39 - pcm_play_dma_stop is untested, not sure if implemented the right way
39 - pcm_play_dma_get_peak_buffer is not implemented
40 - recording is not implemented 40 - recording is not implemented
41*/ 41*/
42 42