summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/s5l8700/pcm-s5l8700.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-31pcm: Get rid of pcm_play_pause() and associated APIsSolomon Peachy1-12/+0
2012-03-04Tweak some PCM drivers for less typecasting with the data pointer.Michael Sevakis1-5/+5
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis1-4/+5
2011-12-17Swap red and yellow for green on r31339's cranky builds.Michael Sevakis1-1/+1
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis1-1/+1
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis1-2/+15
2010-11-14Move pcm doublebuffer to IRAM on nano 2G.Andree Buschmann1-1/+1
2010-11-14iPod Nano 2G: Fix I2S clocking. All sampling rates should work now.Michael Sparmann1-19/+15
2010-11-13iPod Nano 2G: Finally FIQ-less and glitch-free PCM. This should allow for IRQ...Michael Sparmann1-167/+107
2010-08-08ipod nano 2g: make functions/variables static where possible, add missing #in...Bertrik Sikken1-4/+4
2010-06-11Remove an unneccessary long call from the S5L8700 PCM FIQ handlerMichael Sparmann1-3/+1
2010-06-11s5l8700 PCM: Always call dma_callback. (fix r26253 remnants)Michael Sevakis1-1/+1
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis1-18/+4
2010-05-12PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...Michael Sevakis1-3/+3
2010-04-13s5l870x / ipod nano2g: include common mmu-arm.hRafaël Carré1-1/+1
2010-02-10Fix iPod Nano 2G channel swapping issuesMichael Sparmann1-2/+2
2010-02-03Label dma_callback in pcm-s5l8700.c as used so that gcc won't discard it, and...Andrew Mahone1-1/+1
2009-11-11pcm-s5l8700: add missing header file, remove out-of-date commentBertrik Sikken1-1/+1
2009-11-09Fix mpegplayer on S5L870xMichael Sparmann1-11/+28
2009-10-24Hide yellowMichael Sparmann1-1/+1
2009-10-23Finally a click, pop and other distortion free PCM driver for that fishy buff...Michael Sparmann1-42/+106
2009-10-21iPod Nano 2G: "Fix" the latest PCM issues, channel swap and vinyl popping. Th...Michael Sparmann1-7/+8
2009-10-17Add dcache cleaning to the S5L870x PCM driver.Michael Sparmann1-1/+3
2009-10-12S5L870x: Implement pcm_play_dma_get_peak_bufferMichael Sparmann1-3/+2
2009-10-05Make iPod Nano 2G audio workMichael Sparmann1-16/+21
2009-07-25Correct the memory sizes (IRAM and DRAM) for the Nano2G.Dave Chapman1-5/+42
2009-07-18S5L8700: fix off-by-one error in kernel timer and fix incorrect interrupt mas...Bertrik Sikken1-1/+1
2009-07-05S5L8700: initial framework for PCM (using DMA transfers)Bertrik Sikken1-0/+276