index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
i2s-pp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-03
move PP specific files to pp/
Rafaël Carré
1
-95
/
+0
2010-06-26
e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below ...
Michael Sevakis
1
-0
/
+6
2009-08-01
Philips SA9200: initialize i2c, i2s, and as3514 as the OF does. Fixes clicks/...
Mark Arigo
1
-0
/
+8
2009-02-19
Use DMA for audio playback on PP502x (FS#9910 + some further mods). I can't s...
Michael Sevakis
1
-2
/
+2
2008-12-12
Bring consistency to pcm implementation and samplerate handling. Less low-lev...
Michael Sevakis
1
-10
/
+4
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-04-28
Update source files to include the header file for the functions they impleme...
Bertrik Sikken
1
-0
/
+1
2007-10-16
Finish the conversion to packed i2s for PP502x. Karl Kurbjun-approved for Min...
Michael Sevakis
1
-8
/
+0
2007-10-09
Packed I2S for ipod Color (tested) and ipod 4G (untested, but assumed to be t...
Dave Chapman
1
-0
/
+1
2007-10-09
Change c200 and e200 to use the same IIS FIFO format as seems to be working f...
Michael Sevakis
1
-3
/
+5
2007-10-09
Packed I2S for iPod Mini G2.
Jens Arnold
1
-1
/
+1
2007-10-09
FS #7917 by Andree Buschmann. Packed I2S also for Ipod Video.
Thom Johansen
1
-1
/
+2
2007-10-08
Make Ipod Nano use packed 16 bit IIS FIFO transfers as well.
Thom Johansen
1
-1
/
+2
2007-10-07
Finally get packed samples to work in a nice way on H10 in IIS mode. Add some...
Michael Sevakis
1
-5
/
+5
2007-10-07
Use halfword IIS FIFO mode for H10. Won't save interrupts but seems it should...
Michael Sevakis
1
-3
/
+4
2007-10-06
Unify PCM interface just above the hardware driver level for all targets incl...
Michael Sevakis
1
-70
/
+11
2007-10-04
PP502x: Make RAM physical addresses uncached. Cache the flash ROM on targets ...
Michael Sevakis
1
-30
/
+1
2007-10-03
I2S buffer level adjustment is not necessary on c200 as there is no memory ma...
Jens Arnold
1
-1
/
+1
2007-09-06
Sansa c200 port. Rockbox works with sound. Several features are disabled incl...
Mark Arigo
1
-1
/
+1
2007-07-26
Reenable scaling on Sansa since a reasonable solution to clicks has been found.
Michael Sevakis
1
-0
/
+31
2007-05-22
e200: Use 16-16 L-R pairs when writing to the TX FIFO. Kill the channel swapp...
Michael Sevakis
1
-9
/
+51
2007-03-11
Sound for Sansa E200 - based on work by myself, Rene Peinthor, Barry Wardell ...
Daniel Ankers
1
-0
/
+6
2006-12-17
I2S_MASTER is bit 25, not 0x25
Barry Wardell
1
-1
/
+1
2006-12-09
Move I2S initialisation out of the Wolfson codec driver
Daniel Ankers
1
-0
/
+95