summaryrefslogtreecommitdiff
path: root/firmware/pcm_playback.c (follow)
Commit message (Expand)AuthorAge
* iPod mini 2G: Define correct audio codec, and fix WM8731 driver to work with ...Jens Arnold2006-03-30
* Better sound quality on the iAudio X5 using the correct MCLK frequencyLinus Nielsen Feltzing2006-03-30
* Audio support for iAudio X5Linus Nielsen Feltzing2006-03-28
* Code policeBrandon Low2006-03-27
* Unify pcm_playback code where applicable to make working with it a bit nicerBrandon Low2006-03-25
* Fix weirdness caused by not stopping buffering during pause, and generally us...Brandon Low2006-03-24
* Quick hack to make the application compile for iAudio X5Linus Nielsen Feltzing2006-03-21
* Revert non-functional peakmeter fix, fix it for real? this timeBrandon Low2006-03-10
* Fix peakmeter reading off the end of the buffer, thanks to peturBrandon Low2006-03-09
* iPod 3G: Enable I2S interrupts for the main processor, not the COPDave Chapman2006-03-09
* _Slight_ optimization of peak calculationBrandon Low2006-03-07
* Make better use of banked registers in FIQ mode to shrink the iPod FIQThom Johansen2006-03-05
* iPod 3G - small audio fixes, but it still isn't working.Dave Chapman2006-02-26
* iPod 3G - initial (completely untested) attempt at audio supportDave Chapman2006-02-26
* Make pcm_playback.c compile for the iPod 3G - there is no playback implemente...Dave Chapman2006-02-24
* Shave off one instruction in fiq handler!Thom Johansen2006-02-23
* Correct the channel order in the ASM optimised fiq handler. Correct aThom Johansen2006-02-20
* Remove unneeded variable.Thom Johansen2006-02-19
* Added assembler FIQ handler for iPod. Remove unnecessary SIMULATOR checkThom Johansen2006-02-19
* iPod: Audio driver for iPod Video/5G. Rename wm8971_* functions to wmcodec_*...Dave Chapman2006-02-13
* Fixed warnings in the iFP target.Tomasz Malesinski2006-02-12
* iPod: Re-written audio driver. This brings it in line with changes to pcm pl...Dave Chapman2006-02-07
* Rework PCM bufferBrandon Low2006-02-07
* Further iPod 3G work from Seven Le MesleDave Chapman2006-02-05
* iAudio X5: various fixes to make the bootloader compileLinus Nielsen Feltzing2006-02-04
* iPod: Enable peakmeterDave Chapman2006-02-01
* iPod: First working audio driverDave Chapman2006-01-28
* Fixed the red builds.Miika Pekkarinen2006-01-22
* Muting trick to prevent tiny pops and glitchless mp3 seeking.Miika Pekkarinen2006-01-22
* Prevent a very tiny pop from happening when starting/stopping pcmMiika Pekkarinen2006-01-21
* Improve performance by putting more of the code and variables that are called...Brandon Low2006-01-21
* Fixed a few iriver playback quirks and issues with previous fixes.Miika Pekkarinen2006-01-20
* Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman2006-01-12
* Don't put S/PDIF out of sync when audio is being paused.Miika Pekkarinen2005-12-27
* iPod: Correctly disable playback so we can test codec speedsDave Chapman2005-12-16
* iPod - Initial skeleton of an audio driverDave Chapman2005-12-16
* The DMA controller issued a DMA IRQ immediately when started, making it skip ...Linus Nielsen Feltzing2005-12-06
* No S/PDIF playback on H300Linus Nielsen Feltzing2005-11-27
* Reverted erroneous commitLinus Nielsen Feltzing2005-11-16
* Cleaned up bootloader linker control file and added the H300 targetLinus Nielsen Feltzing2005-11-16
* More iPod changesDave Chapman2005-11-12
* Fixup of the MCF5249 memory mapped register definitions.Jens Arnold2005-11-05
* Major peakmeter rework: * Changed set/get functions for dbfs mode to bool typ...Jens Arnold2005-08-29
* iRiver: Reduced pops from the line out connector.Miika Pekkarinen2005-08-28
* Fixed and removed the most annoying pops with iRiver.Miika Pekkarinen2005-08-21
* Removed the uda1380_mute() calls, since they were called in interrupt context...Linus Nielsen Feltzing2005-08-19
* iAudio: First unfinished attempt for tlv320 driver and rockbox integrationChristian Gmeiner2005-08-06
* Fixed MAC initialization problem with mpa codec and removed workaroundMiika Pekkarinen2005-07-30
* The peak meter on iRiver didn't look right to me and the code seemed to beDave Bryant2005-07-25
* It's now possible to select the crossfading mode: "Off, Crossfade,Miika Pekkarinen2005-07-22