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
This commit is contained in:
parent
97f17e80bc
commit
69b7dab5f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue