summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/pcm-coldfire.c
AgeCommit message (Expand)Author
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat
2009-02-13Remove experimental check which should only be there if all PCM drivers do it...Michael Sevakis
2009-02-12Give pcm-coldfire.c a much needed shakedown. Fixes FS#9378 - metronome freeze...Michael Sevakis
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis
2008-08-19Since several S/PDIF sources do not set the valnogood bit properly, valnogood...Jens Arnold
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-03Another round of making local functions static and making sure that source fi...Bertrik Sikken
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis
2008-03-15Sound on M3. yay!Jens Arnold
2008-03-14More iAudio M3 work. Target build compiles, but same problem regarding plugin...Jens Arnold
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis
2007-07-05Temporary fix for FS#7257 and FS#7261 - playback resumes while paused when se...Robert Keevil
2007-06-08Straighten out some audio path APIs and misc. audio stuff. Having recording i...Michael Sevakis
2007-05-20Use bitmasks to define which inputs are available. Makes it easier to remove ...Michael Sevakis
2007-05-19always reset the pcm_paused flag when stopping playback. fixes FS #7187Marcoen Hirschberg
2007-04-18H100 S/PDIF recording: Check and clear the correct interrupt bits when record...Michael Sevakis
2007-03-14x5/M5: Finally get rid of filter selection aberrations when switching to 88.2...Michael Sevakis
2007-03-13H100 Series: Fix FS#6810 - Distortion on Bass/Treble usage. Coldfire PCM need...Michael Sevakis
2007-03-11Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Mi...Michael Sevakis
2007-03-11Reenable aynchronous audio init stage. Really just single stage with aynchron...Michael Sevakis
2007-03-07Coldfire targets: Shuffle IRQ levels around to have all interaction between l...Michael Sevakis
2007-03-05More catching up on old work. Refine audio interface setup on Coldfire. Stop ...Michael Sevakis
2007-03-05Bring up the M5 port to a working stage: Extended numerous explicit checks fo...Jens Arnold
2007-02-22Move the MPARK init to system_init()Linus Nielsen Feltzing
2006-12-17Coldfire: More efficient and compact peaking code. Hope the build doesn't whi...Michael Sevakis
2006-12-12Coldfire: Put DMA1 priority back at level 7 as that seems to be the cause of ...Michael Sevakis
2006-12-06first step in audio driver unification: renaming the functions to audio_* (mi...Marcoen Hirschberg
2006-12-06first step in audio driver unification: renaming the functions to audio_*Marcoen Hirschberg
2006-12-06Small change to PCM recording API for low latency effects. Latency can be as ...Michael Sevakis
2006-11-29PCM: A few tiny changes. 1) Recording a) Flush all pending files if filename ...Michael Sevakis
2006-11-23iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API...Michael Sevakis
2006-11-22Audio bugfixes. Should wait for voice codec to reload before returning buffer...Michael Sevakis
2006-11-21Coldfire: Add DMA auto alignment to pcm recording.Michael Sevakis
2006-11-13H100/General: HAL for S/PDIF and refinement/bufixes in optical output powerin...Michael Sevakis
2006-11-06Forgot to use cvs add on a few new files in the fresh checkout I used. woops.Michael Sevakis