1
0
Fork 0
forked from len0rd/rockbox
foxbox/firmware/target
Rafaël Carré c30f2f6ae4 as3525v1: do not disable clocks in sd_enable()
This can lead to freeze in various situations:
    - when recording PCM especially at high samplerate
    - when closing big files (like the 300MB one of test_disk write & verify)
    - when doing updating database during playback

It's not clear yet what effect (if any) this has on battery life

ref: fs#11267

git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_6@26481 a1c6a512-1295-4272-9138-f99709370657
2010-06-02 18:30:39 +00:00
..
arm as3525v1: do not disable clocks in sd_enable() 2010-06-02 18:30:39 +00:00
coldfire Make PCM->driver interface about as simple as it will get. Registered callback, zero data, alignment and stops are handled entirely inside pcm.c; driver merely calls fixed pcm.c callback. Remove pcm_record_more and do it just like playback; the original reason behind it isn't very practical in general. Everything checks out on supported targets. There wer some compat changes I can't check out on many unsupoorted but if there's a problem it will be a minor oops. Plugins become incompatible due to recording tweak-- full update. Sorted API. 2010-05-24 16:42:32 +00:00
hosted/sdl UISimulator: cleaner startup using semaphore only to tell when event_thread is done initializing. 2010-05-26 21:11:40 +00:00
mips Cleanup r26253 red and yellow. 2010-05-24 16:57:48 +00:00
sh Do s/SWAP_WORDS/ATA_SWAP_WORDS/ to prevent namespace clashes. 2010-05-17 15:15:38 +00:00