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
/
i2s-pp.c
Age
Commit message (
Expand
)
Author
2009-08-01
Philips SA9200: initialize i2c, i2s, and as3514 as the OF does. Fixes clicks/...
Mark Arigo
2009-02-19
Use DMA for audio playback on PP502x (FS#9910 + some further mods). I can't s...
Michael Sevakis
2008-12-12
Bring consistency to pcm implementation and samplerate handling. Less low-lev...
Michael Sevakis
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-04-28
Update source files to include the header file for the functions they impleme...
Bertrik Sikken
2007-10-16
Finish the conversion to packed i2s for PP502x. Karl Kurbjun-approved for Min...
Michael Sevakis
2007-10-09
Packed I2S for ipod Color (tested) and ipod 4G (untested, but assumed to be t...
Dave Chapman
2007-10-09
Change c200 and e200 to use the same IIS FIFO format as seems to be working f...
Michael Sevakis
2007-10-09
Packed I2S for iPod Mini G2.
Jens Arnold
2007-10-09
FS #7917 by Andree Buschmann. Packed I2S also for Ipod Video.
Thom Johansen
2007-10-08
Make Ipod Nano use packed 16 bit IIS FIFO transfers as well.
Thom Johansen
2007-10-07
Finally get packed samples to work in a nice way on H10 in IIS mode. Add some...
Michael Sevakis
2007-10-07
Use halfword IIS FIFO mode for H10. Won't save interrupts but seems it should...
Michael Sevakis
2007-10-06
Unify PCM interface just above the hardware driver level for all targets incl...
Michael Sevakis
2007-10-04
PP502x: Make RAM physical addresses uncached. Cache the flash ROM on targets ...
Michael Sevakis
2007-10-03
I2S buffer level adjustment is not necessary on c200 as there is no memory ma...
Jens Arnold
2007-09-06
Sansa c200 port. Rockbox works with sound. Several features are disabled incl...
Mark Arigo
2007-07-26
Reenable scaling on Sansa since a reasonable solution to clicks has been found.
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-03-11
Sound for Sansa E200 - based on work by myself, Rene Peinthor, Barry Wardell ...
Daniel Ankers
2006-12-17
I2S_MASTER is bit 25, not 0x25
Barry Wardell
2006-12-09
Move I2S initialisation out of the Wolfson codec driver
Daniel Ankers