summaryrefslogtreecommitdiffstats
path: root/firmware/pcm_playback.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-29merge a big part of the unofficial gigabeat cvs back. Includes working bootlo...Marcoen Hirschberg1-39/+2
2006-12-18FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Co...Barry Wardell1-325/+3
2006-12-06first step in audio driver unification: renaming the functions to audio_*Marcoen Hirschberg1-4/+4
2006-11-23iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API...Michael Sevakis1-5/+0
2006-11-22Audio bugfixes. Should wait for voice codec to reload before returning buffer...Michael Sevakis1-3/+3
2006-11-22Sansa doesn't use a Wolfson codec. Various other changes to allow Sansa to c...Daniel Ankers1-4/+10
2006-11-08Remove unnecessary dummy pcm_init for PNX0101 (iFP).Tomasz Malesinski1-4/+0
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-477/+223
2006-10-27kill two gigabeat warningsDaniel Stenberg1-0/+6
2006-10-10Messing with the peak calculation in pcm_playback.c for Coldfire ports.Michael Sevakis1-6/+107
2006-08-12Iriver iFP7xx sound support.Tomasz Malesinski1-4/+169
2006-08-12update the gigabeat code and move to target_treeMarcoen Hirschberg1-31/+33
2006-08-01added mostly dummy changes to allow building of a Sansa e200 bootloaderDaniel Stenberg1-0/+3
2006-07-19Patch #5680 from Daniel Ankers - adapt the assembler version of the FIQ playb...Dave Chapman1-4/+32
2006-05-09Coldfire: Use the auto-align feature in conjunction with line reads for the p...Jens Arnold1-2/+2
2006-04-05More work on swcodec. No significant pcmbuf functions are called from the au...Brandon Low1-1/+1
2006-03-30iPod mini 2G: Define correct audio codec, and fix WM8731 driver to work with ...Jens Arnold1-6/+11
2006-03-30Better sound quality on the iAudio X5 using the correct MCLK frequencyLinus Nielsen Feltzing1-3/+3
2006-03-28Audio support for iAudio X5Linus Nielsen Feltzing1-11/+13
2006-03-27Code policeBrandon Low1-2/+0
2006-03-25Unify pcm_playback code where applicable to make working with it a bit nicerBrandon Low1-268/+150
2006-03-24Fix weirdness caused by not stopping buffering during pause, and generally us...Brandon Low1-87/+100
2006-03-21Quick hack to make the application compile for iAudio X5Linus Nielsen Feltzing1-1/+9
2006-03-10Revert non-functional peakmeter fix, fix it for real? this timeBrandon Low1-4/+4
2006-03-09Fix peakmeter reading off the end of the buffer, thanks to peturBrandon Low1-2/+2
2006-03-09iPod 3G: Enable I2S interrupts for the main processor, not the COPDave Chapman1-2/+2
2006-03-07_Slight_ optimization of peak calculationBrandon Low1-15/+25
2006-03-05Make better use of banked registers in FIQ mode to shrink the iPod FIQThom Johansen1-37/+35
2006-02-26iPod 3G - small audio fixes, but it still isn't working.Dave Chapman1-7/+5
2006-02-26iPod 3G - initial (completely untested) attempt at audio supportDave Chapman1-10/+66
2006-02-24Make pcm_playback.c compile for the iPod 3G - there is no playback implemente...Dave Chapman1-3/+3
2006-02-23Shave off one instruction in fiq handler!Thom Johansen1-3/+2
2006-02-20Correct the channel order in the ASM optimised fiq handler. Correct aThom Johansen1-1/+2
2006-02-19Remove unneeded variable.Thom Johansen1-2/+0
2006-02-19Added assembler FIQ handler for iPod. Remove unnecessary SIMULATOR checkThom Johansen1-4/+83
2006-02-13iPod: Audio driver for iPod Video/5G. Rename wm8971_* functions to wmcodec_*...Dave Chapman1-6/+8
2006-02-12Fixed warnings in the iFP target.Tomasz Malesinski1-3/+3
2006-02-07iPod: Re-written audio driver. This brings it in line with changes to pcm pl...Dave Chapman1-213/+141
2006-02-07Rework PCM bufferBrandon Low1-38/+67
2006-02-05Further iPod 3G work from Seven Le MesleDave Chapman1-0/+144
2006-02-04iAudio X5: various fixes to make the bootloader compileLinus Nielsen Feltzing1-0/+3
2006-02-01iPod: Enable peakmeterDave Chapman1-70/+72
2006-01-28iPod: First working audio driverDave Chapman1-50/+70
2006-01-22Fixed the red builds.Miika Pekkarinen1-0/+5
2006-01-22Muting trick to prevent tiny pops and glitchless mp3 seeking.Miika Pekkarinen1-12/+12
2006-01-21Prevent a very tiny pop from happening when starting/stopping pcmMiika Pekkarinen1-3/+14
2006-01-21Improve performance by putting more of the code and variables that are called...Brandon Low1-3/+3
2006-01-20Fixed a few iriver playback quirks and issues with previous fixes.Miika Pekkarinen1-0/+3
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman1-0/+51
2005-12-27Don't put S/PDIF out of sync when audio is being paused.Miika Pekkarinen1-3/+3