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 @@ #include "audiohw.h" #include "pcm.h" #include "pcm_sampr.h" +#include "dma-target.h" #include "mmu-target.h" /* Driver for the IIS/PCM part of the s5l8700 using DMA @@ -36,7 +37,6 @@ - not all possible PCM sample rates are enabled (no support in codec driver) - pcm_play_dma_pause is untested, not sure if implemented the right way - pcm_play_dma_stop is untested, not sure if implemented the right way - - pcm_play_dma_get_peak_buffer is not implemented - recording is not implemented */