mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
imx233: add audioin init code, add adc dma interrupts, fix register defines
Change-Id: I204afbd3390f8dcde6ea1315ea6aa8dde12d3749
This commit is contained in:
parent
cd89b31133
commit
0aca81d807
5 changed files with 27 additions and 5 deletions
|
|
@ -131,6 +131,10 @@ const void *pcm_play_dma_get_peak_buffer(int *count)
|
|||
return (void *)info.bar;
|
||||
}
|
||||
|
||||
/*
|
||||
* Recording
|
||||
*/
|
||||
|
||||
void pcm_rec_lock(void)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue