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.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
s5l8700
/
pcm-s5l8700.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-12
pcm: Further cleanup of unused bits of the PCM ACPI:
Solomon Peachy
1
-6
/
+1
2020-10-31
pcm: Get rid of pcm_play_pause() and associated APIs
Solomon Peachy
1
-12
/
+0
2012-03-04
Tweak some PCM drivers for less typecasting with the data pointer.
Michael Sevakis
1
-5
/
+5
2012-03-03
Revise the PCM callback system after adding multichannel audio.
Michael Sevakis
1
-4
/
+5
2011-12-17
Swap red and yellow for green on r31339's cranky builds.
Michael Sevakis
1
-1
/
+1
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
-2
/
+15
2010-11-14
Move pcm doublebuffer to IRAM on nano 2G.
Andree Buschmann
1
-1
/
+1
2010-11-14
iPod Nano 2G: Fix I2S clocking. All sampling rates should work now.
Michael Sparmann
1
-19
/
+15
2010-11-13
iPod Nano 2G: Finally FIQ-less and glitch-free PCM. This should allow for IRQ...
Michael Sparmann
1
-167
/
+107
2010-08-08
ipod nano 2g: make functions/variables static where possible, add missing #in...
Bertrik Sikken
1
-4
/
+4
2010-06-11
Remove an unneccessary long call from the S5L8700 PCM FIQ handler
Michael Sparmann
1
-3
/
+1
2010-06-11
s5l8700 PCM: Always call dma_callback. (fix r26253 remnants)
Michael Sevakis
1
-1
/
+1
2010-05-24
Make PCM->driver interface about as simple as it will get. Registered callbac...
Michael Sevakis
1
-18
/
+4
2010-05-12
PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...
Michael Sevakis
1
-3
/
+3
2010-04-13
s5l870x / ipod nano2g: include common mmu-arm.h
Rafaël Carré
1
-1
/
+1
2010-02-10
Fix iPod Nano 2G channel swapping issues
Michael Sparmann
1
-2
/
+2
2010-02-03
Label dma_callback in pcm-s5l8700.c as used so that gcc won't discard it, and...
Andrew Mahone
1
-1
/
+1
2009-11-11
pcm-s5l8700: add missing header file, remove out-of-date comment
Bertrik Sikken
1
-1
/
+1
2009-11-09
Fix mpegplayer on S5L870x
Michael Sparmann
1
-11
/
+28
2009-10-24
Hide yellow
Michael Sparmann
1
-1
/
+1
2009-10-23
Finally a click, pop and other distortion free PCM driver for that fishy buff...
Michael Sparmann
1
-42
/
+106
2009-10-21
iPod Nano 2G: "Fix" the latest PCM issues, channel swap and vinyl popping. Th...
Michael Sparmann
1
-7
/
+8
2009-10-17
Add dcache cleaning to the S5L870x PCM driver.
Michael Sparmann
1
-1
/
+3
2009-10-12
S5L870x: Implement pcm_play_dma_get_peak_buffer
Michael Sparmann
1
-3
/
+2
2009-10-05
Make iPod Nano 2G audio work
Michael Sparmann
1
-16
/
+21
2009-07-25
Correct the memory sizes (IRAM and DRAM) for the Nano2G.
Dave Chapman
1
-5
/
+42
2009-07-18
S5L8700: fix off-by-one error in kernel timer and fix incorrect interrupt mas...
Bertrik Sikken
1
-1
/
+1
2009-07-05
S5L8700: initial framework for PCM (using DMA transfers)
Bertrik Sikken
1
-0
/
+276