index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
pcm.c
Age
Commit message (
Expand
)
Author
2009-02-08
Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other mi...
Michael Sevakis
2008-12-14
Check that PCM is playing/recording *after* getting the current position from...
Michael Sevakis
2008-12-13
Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s...
Michael Sevakis
2008-12-12
Get rid of some pcm_apply_settings cruft at the low level I somehow missed. M...
Michael Sevakis
2008-12-12
Bring consistency to pcm implementation and samplerate handling. Less low-lev...
Michael Sevakis
2008-07-13
Fix a slightly misleading logf
Rob Purchase
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-04-06
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...
Michael Sevakis
2007-10-07
Still on the post-big-commit policing. Correct a function call order. Comment...
Michael Sevakis
2007-10-06
Unify PCM interface just above the hardware driver level for all targets incl...
Michael Sevakis