This website requires JavaScript.
Explore
Help
Sign in
len0rd
/
rockbox
Watch
1
Star
0
Fork
You've already forked rockbox
1
mirror of
https://github.com/Rockbox/rockbox.git
synced
2025-10-17 12:07:38 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
59063c6e49
rockbox
/
firmware
/
target
History
Download ZIP
Download TAR.GZ
Michael Sevakis
59063c6e49
Missed a yellow on Cowon D2. :)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25972 a1c6a512-1295-4272-9138-f99709370657
2010-05-12 14:35:47 +00:00
..
arm
Missed a yellow on Cowon D2. :)
2010-05-12 14:35:47 +00:00
coldfire
PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to be handled there. Driver can just return current pointer for recording peaks. A new define, HAVE_PCM_REC_DMA_ADDRESS, specifies that physical addresses are being used for recording and translation is needed before starting a new block. The drivers need not worry about aligning start and size nor should care if either will be zero. All this will be checked in the logical layer first.
2010-05-12 14:05:36 +00:00
mips
PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to be handled there. Driver can just return current pointer for recording peaks. A new define, HAVE_PCM_REC_DMA_ADDRESS, specifies that physical addresses are being used for recording and translation is needed before starting a new block. The drivers need not worry about aligning start and size nor should care if either will be zero. All this will be checked in the logical layer first.
2010-05-12 14:05:36 +00:00
sh
Fix the remaining reds.
2010-05-06 22:33:57 +00:00