rockbox/firmware/target
Rafaël Carré 4eea33e27d as3525v1: fix r26444 which broke mic recording
preventing the DMA callback to advance in the recording buffer is not
enough in pcm_rec_dma_get_peak_buffer()
we need to prevent it interrupting us while we are copying the left
channel data into the right channel

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26663 a1c6a512-1295-4272-9138-f99709370657
2010-06-07 16:17:32 +00:00
..
arm as3525v1: fix r26444 which broke mic recording 2010-06-07 16:17:32 +00:00
coldfire New USB charging system, part 1 - API rework and user-visible setting update 2010-06-05 10:05:27 +00:00
hosted/sdl Fix most reds, I have no idea what's wrong with the gigabeats (yet). 2010-06-06 10:27:14 +00:00
mips Remove card_enable_monitoring() and use a mutex instead. The card_enable_monitoring() method actually didn't eliminate the possible race conditions it was meant to fix. 2010-06-06 13:20:47 +00:00
sh Threading: Split processor support code into respective target files. C files from /target/xxx are included into thread.c because of essential inlining and files are code, not declarations. Copyrights in each new file go to whoever implemented the first functional support. 2010-06-02 12:45:36 +00:00