summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/pcm-pp.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-16Finish the conversion to packed i2s for PP502x. Karl Kurbjun-approved for Min...Michael Sevakis1-40/+1
2007-10-09Packed I2S for ipod Color (tested) and ipod 4G (untested, but assumed to be t...Dave Chapman1-1/+2
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-09Unbloat the PCM changes on PortalPlayerMichael Sevakis1-1/+1
2007-10-08Make Ipod Nano use packed 16 bit IIS FIFO transfers as well.Thom Johansen1-1/+1
2007-10-07Finally get packed samples to work in a nice way on H10 in IIS mode. Add some...Michael Sevakis1-7/+8
2007-10-07Use halfword IIS FIFO mode for H10. Won't save interrupts but seems it should...Michael Sevakis1-7/+44
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis1-510/+336
2007-10-04Fix up the recording monitoring for e200 and I expect for c200 as well whenev...Michael Sevakis1-0/+11
2007-10-02Fix a little bug I introduced earier than can cause i2s to fail to start with...Michael Sevakis1-6/+2
2007-10-02Split wm8731 and wm8721 drivers. wm8721 can be much simpler since it has no r...Michael Sevakis1-13/+36
2007-07-26Reenable scaling on Sansa since a reasonable solution to clicks has been found.Michael Sevakis1-2/+2
2007-07-05Temporary fix for FS#7257 and FS#7261 - playback resumes while paused when se...Robert Keevil1-1/+2
2007-07-02Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register compa...Jens Arnold1-17/+17
2007-06-06Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed int...Michael Sevakis1-2/+2
2007-06-05e200: Add recording. Just from MIC right now and FM integration will happen s...Michael Sevakis1-47/+155
2007-05-22e200: Use 16-16 L-R pairs when writing to the TX FIFO. Kill the channel swapp...Michael Sevakis1-7/+16
2007-05-19Reset the pcm_paused flag in the PP FIQ as well to complement the fix for FS ...Jens Arnold1-0/+2
2007-05-19always reset the pcm_paused flag when stopping playback. fixes FS #7187Marcoen Hirschberg1-0/+1
2007-03-11Sound for Sansa E200 - based on work by myself, Rene Peinthor, Barry Wardell ...Daniel Ankers1-35/+32
2007-03-11Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Mi...Michael Sevakis1-10/+7
2007-03-11Pop a stub in there for the e200 until playback is ready. Move it to the prop...Michael Sevakis1-0/+3
2007-03-04Get rid of C99 style variable declaration. Also, add one more use of #define ...Barry Wardell1-1/+1
2007-03-03Some more replacing of inl/outl with register #define's (doesn't change end-r...Barry Wardell1-3/+2
2007-02-21Get rid of some outl/inl in favour of #define.Barry Wardell1-4/+4
2007-01-01Split the enable_fiq(fiq_handler) function into separate set_fiq_handler(fiq_...Dave Chapman1-3/+6
2006-12-18Fix more warnings. Don't compile PortalPlayer pcm code in bootloader builds.Barry Wardell1-1/+1
2006-12-18Fix more compile errors/warnings.Barry Wardell1-0/+4
2006-12-18Fix some warnings from previous commit.Barry Wardell1-1/+0
2006-12-18FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Co...Barry Wardell1-0/+578