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
/
target
/
arm
/
pcm-pp.c
Age
Commit message (
Expand
)
Author
2007-06-06
Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed int...
Michael Sevakis
2007-06-05
e200: Add recording. Just from MIC right now and FM integration will happen s...
Michael Sevakis
2007-05-22
e200: Use 16-16 L-R pairs when writing to the TX FIFO. Kill the channel swapp...
Michael Sevakis
2007-05-19
Reset the pcm_paused flag in the PP FIQ as well to complement the fix for FS ...
Jens Arnold
2007-05-19
always reset the pcm_paused flag when stopping playback. fixes FS #7187
Marcoen Hirschberg
2007-03-11
Sound for Sansa E200 - based on work by myself, Rene Peinthor, Barry Wardell ...
Daniel Ankers
2007-03-11
Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Mi...
Michael Sevakis
2007-03-11
Pop a stub in there for the e200 until playback is ready. Move it to the prop...
Michael Sevakis
2007-03-04
Get rid of C99 style variable declaration. Also, add one more use of #define ...
Barry Wardell
2007-03-03
Some more replacing of inl/outl with register #define's (doesn't change end-r...
Barry Wardell
2007-02-21
Get rid of some outl/inl in favour of #define.
Barry Wardell
2007-01-01
Split the enable_fiq(fiq_handler) function into separate set_fiq_handler(fiq_...
Dave Chapman
2006-12-18
Fix more warnings. Don't compile PortalPlayer pcm code in bootloader builds.
Barry Wardell
2006-12-18
Fix more compile errors/warnings.
Barry Wardell
2006-12-18
Fix some warnings from previous commit.
Barry Wardell
2006-12-18
FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Co...
Barry Wardell