index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
target
/
coldfire
/
pcm-coldfire.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-25
pcm: Remove unused function pcm_play_dma_get_peak_buffer()
Aidan MacDonald
1
-15
/
+0
2020-11-12
pcm: Further cleanup of unused bits of the PCM ACPI:
Solomon Peachy
1
-5
/
+0
2020-10-31
pcm: Get rid of pcm_play_pause() and associated APIs
Solomon Peachy
1
-19
/
+0
2020-10-03
coldfire: Fix iAudio M5 build
Solomon Peachy
1
-2
/
+2
2020-10-03
coldfire: Allow building when 88KHz audio is disabled
Solomon Peachy
1
-1
/
+1
2012-03-03
Revise the PCM callback system after adding multichannel audio.
Michael Sevakis
1
-18
/
+18
2011-09-01
Shuffle some functions around so that interfacing with playback.c in particul...
Michael Sevakis
1
-1
/
+1
2011-06-29
Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...
Michael Sevakis
1
-0
/
+4
2011-06-17
Coldfire: Fix the modification of IMR. Interrupts must be masked at the core ...
Michael Sevakis
1
-12
/
+12
2010-07-02
HD200 - Setup codec as I2S master and enable recording
Marcin Bukat
1
-4
/
+9
2010-05-24
Make PCM->driver interface about as simple as it will get. Registered callbac...
Michael Sevakis
1
-42
/
+21
2010-05-12
PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...
Michael Sevakis
1
-31
/
+3
2010-04-26
Add MPIO HD200 port - changed files
Marcin Bukat
1
-0
/
+30
2009-02-13
Remove experimental check which should only be there if all PCM drivers do it...
Michael Sevakis
1
-6
/
+0
2009-02-12
Give pcm-coldfire.c a much needed shakedown. Fixes FS#9378 - metronome freeze...
Michael Sevakis
1
-159
/
+157
2008-12-12
Bring consistency to pcm implementation and samplerate handling. Less low-lev...
Michael Sevakis
1
-64
/
+37
2008-08-19
Since several S/PDIF sources do not set the valnogood bit properly, valnogood...
Jens Arnold
1
-4
/
+5
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-05-03
Another round of making local functions static and making sure that source fi...
Bertrik Sikken
1
-2
/
+2
2008-03-26
Do core interrupt masking in a less general fashion and save some instruction...
Michael Sevakis
1
-2
/
+2
2008-03-15
Sound on M3. yay!
Jens Arnold
1
-1
/
+1
2008-03-14
More iAudio M3 work. Target build compiles, but same problem regarding plugin...
Jens Arnold
1
-1
/
+1
2007-10-06
Unify PCM interface just above the hardware driver level for all targets incl...
Michael Sevakis
1
-308
/
+170
2007-07-05
Temporary fix for FS#7257 and FS#7261 - playback resumes while paused when se...
Robert Keevil
1
-1
/
+2
2007-06-08
Straighten out some audio path APIs and misc. audio stuff. Having recording i...
Michael Sevakis
1
-1
/
+1
2007-05-20
Use bitmasks to define which inputs are available. Makes it easier to remove ...
Michael Sevakis
1
-4
/
+4
2007-05-19
always reset the pcm_paused flag when stopping playback. fixes FS #7187
Marcoen Hirschberg
1
-2
/
+1
2007-04-18
H100 S/PDIF recording: Check and clear the correct interrupt bits when record...
Michael Sevakis
1
-3
/
+6
2007-03-14
x5/M5: Finally get rid of filter selection aberrations when switching to 88.2...
Michael Sevakis
1
-3
/
+9
2007-03-13
H100 Series: Fix FS#6810 - Distortion on Bass/Treble usage. Coldfire PCM need...
Michael Sevakis
1
-3
/
+13
2007-03-11
Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Mi...
Michael Sevakis
1
-5
/
+6
2007-03-11
Reenable aynchronous audio init stage. Really just single stage with aynchron...
Michael Sevakis
1
-18
/
+4
2007-03-07
Coldfire targets: Shuffle IRQ levels around to have all interaction between l...
Michael Sevakis
1
-28
/
+106
2007-03-05
More catching up on old work. Refine audio interface setup on Coldfire. Stop ...
Michael Sevakis
1
-68
/
+94
2007-03-05
Bring up the M5 port to a working stage: Extended numerous explicit checks fo...
Jens Arnold
1
-1
/
+1
2007-02-22
Move the MPARK init to system_init()
Linus Nielsen Feltzing
1
-1
/
+0
2006-12-17
Coldfire: More efficient and compact peaking code. Hope the build doesn't whi...
Michael Sevakis
1
-138
/
+89
2006-12-12
Coldfire: Put DMA1 priority back at level 7 as that seems to be the cause of ...
Michael Sevakis
1
-6
/
+7
2006-12-06
first step in audio driver unification: renaming the functions to audio_* (mi...
Marcoen Hirschberg
1
-1
/
+1
2006-12-06
first step in audio driver unification: renaming the functions to audio_*
Marcoen Hirschberg
1
-15
/
+4
2006-12-06
Small change to PCM recording API for low latency effects. Latency can be as ...
Michael Sevakis
1
-38
/
+30
2006-11-29
PCM: A few tiny changes. 1) Recording a) Flush all pending files if filename ...
Michael Sevakis
1
-11
/
+0
2006-11-23
iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API...
Michael Sevakis
1
-99
/
+11
2006-11-22
Audio bugfixes. Should wait for voice codec to reload before returning buffer...
Michael Sevakis
1
-5
/
+5
2006-11-21
Coldfire: Add DMA auto alignment to pcm recording.
Michael Sevakis
1
-1
/
+1
2006-11-13
H100/General: HAL for S/PDIF and refinement/bufixes in optical output powerin...
Michael Sevakis
1
-29
/
+7
2006-11-06
Forgot to use cvs add on a few new files in the fresh checkout I used. woops.
Michael Sevakis
1
-0
/
+738