forked from len0rd/rockbox
Coldfire targets: Shuffle IRQ levels around to have all interaction between low level audio function calls and DMA be atomic. Make recording and playback independently startable and stoppable so one can be running and not interfere with the other. All tests I can do at the moment check out ok (play, record, play+record, FM radio on iRivers, S/PDIF on H120 (w/running optical on/off), and on-the-fly samplerate changes). Recording tested for well over an hour run and no problems.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12658 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2c94c1afc3
commit
633f388002
12 changed files with 148 additions and 36 deletions
|
@ -19,6 +19,8 @@ stopwatch.c
|
|||
vbrfix.c
|
||||
viewer.c
|
||||
|
||||
ringmod.c
|
||||
|
||||
/* plugins built for all targets, but not for the simulator */
|
||||
#if !defined(SIMULATOR)
|
||||
metronome.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue