summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/i2s-pp.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-01Philips SA9200: initialize i2c, i2s, and as3514 as the OF does. Fixes clicks/...Mark Arigo1-0/+8
2009-02-19Use DMA for audio playback on PP502x (FS#9910 + some further mods). I can't s...Michael Sevakis1-2/+2
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis1-10/+4
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-28Update source files to include the header file for the functions they impleme...Bertrik Sikken1-0/+1
2007-10-16Finish the conversion to packed i2s for PP502x. Karl Kurbjun-approved for Min...Michael Sevakis1-8/+0
2007-10-09Packed I2S for ipod Color (tested) and ipod 4G (untested, but assumed to be t...Dave Chapman1-0/+1
2007-10-09Change c200 and e200 to use the same IIS FIFO format as seems to be working f...Michael Sevakis1-3/+5
2007-10-09Packed I2S for iPod Mini G2.Jens Arnold1-1/+1
2007-10-09FS #7917 by Andree Buschmann. Packed I2S also for Ipod Video.Thom Johansen1-1/+2
2007-10-08Make Ipod Nano use packed 16 bit IIS FIFO transfers as well.Thom Johansen1-1/+2
2007-10-07Finally get packed samples to work in a nice way on H10 in IIS mode. Add some...Michael Sevakis1-5/+5
2007-10-07Use halfword IIS FIFO mode for H10. Won't save interrupts but seems it should...Michael Sevakis1-3/+4
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis1-70/+11
2007-10-04PP502x: Make RAM physical addresses uncached. Cache the flash ROM on targets ...Michael Sevakis1-30/+1
2007-10-03I2S buffer level adjustment is not necessary on c200 as there is no memory ma...Jens Arnold1-1/+1
2007-09-06Sansa c200 port. Rockbox works with sound. Several features are disabled incl...Mark Arigo1-1/+1
2007-07-26Reenable scaling on Sansa since a reasonable solution to clicks has been found.Michael Sevakis1-0/+31
2007-05-22e200: Use 16-16 L-R pairs when writing to the TX FIFO. Kill the channel swapp...Michael Sevakis1-9/+51
2007-03-11Sound for Sansa E200 - based on work by myself, Rene Peinthor, Barry Wardell ...Daniel Ankers1-0/+6
2006-12-17I2S_MASTER is bit 25, not 0x25Barry Wardell1-1/+1
2006-12-09Move I2S initialisation out of the Wolfson codec driverDaniel Ankers1-0/+95