forked from len0rd/rockbox
imx233: add AUDIOIN registers, cosmetics
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31519 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
abd51ff640
commit
0f4dda78e2
2 changed files with 84 additions and 2 deletions
|
|
@ -81,7 +81,6 @@ void pcm_play_unlock(void)
|
|||
|
||||
void pcm_play_dma_stop(void)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void pcm_play_dma_start(const void *addr, size_t size)
|
||||
|
|
@ -164,7 +163,7 @@ void pcm_rec_dma_stop(void)
|
|||
{
|
||||
}
|
||||
|
||||
const void * pcm_rec_dma_get_peak_buffer(void)
|
||||
const void *pcm_rec_dma_get_peak_buffer(void)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue