summaryrefslogtreecommitdiff
path: root/firmware/target/arm
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm')
-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