summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pcm-pp.c (follow)
Commit message (Expand)AuthorAge
* move PP specific files to pp/Rafaël Carré2012-01-03
* Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis2011-12-17
* Oops. "void void" doesn't work in C :p.Michael Sevakis2011-09-01
* Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis2011-09-01
* Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis2011-06-29
* pcm-pp: revert r26756Rafaël Carré2010-06-11
* FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré2010-06-11
* Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis2010-05-24
* Fix r25970 red and yellow *and* a bug uncovered for pp5002 where pcm_play_dma...Michael Sevakis2010-05-12
* PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...Michael Sevakis2010-05-12
* Fix FS#9949 - Song not playing, noise instead. Stale code was left from befor...Michael Sevakis2009-03-07
* PP502x: Improve accuracy of header file. It looks as though DMA channels shar...Michael Sevakis2009-02-23
* Use DMA for audio playback on PP502x (FS#9910 + some further mods). I can't s...Michael Sevakis2009-02-19
* Get rid of some pcm_apply_settings cruft at the low level I somehow missed. M...Michael Sevakis2008-12-12
* Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis2008-12-12
* Fix a PortalPlayer PCM bug that made keyclick malfunction. Should fix FS#8836...Michael Sevakis2008-12-11
* Have drivers merged for WM8711/21/31 since they are so similar but respect al...Michael Sevakis2008-12-08
* Get rid of remaining audiohw_enable_output style codec setup and use pre/post...Michael Sevakis2008-11-26
* Add register bit defines for as3514 and clean stuff up. Reduce poppiness at s...Michael Sevakis2008-11-25
* Fix samplerate setting for mini 1g/2gPeter D'Hoye2008-09-30
* Codepolice: the patch I accepted contained some tabs. OopsPeter D'Hoye2008-09-29
* Accept FS #9394 by Christian Lees and extend it to all PP targets with a WM87...Peter D'Hoye2008-09-28
* iPod Video: Fix playback after recording (FS #7402). Implement recording gain...Jens Arnold2008-09-13
* iPod G4, Color/Photo and Nano audio driver rework: Fix playback after recordi...Jens Arnold2008-09-10
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Update source files to include the header file for the functions they impleme...Bertrik Sikken2008-04-28
* Fix ticking noise on PP5002 introduced with tthe transfer optimisation in r17...Jens Arnold2008-04-18
* ASM optimization for fiq_playback(). Saves about 0.4MHz of CPU while playback...Andree Buschmann2008-04-13
* Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis2008-04-06
* Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis2008-03-26
* audio on the m:robe 100 Robert Kukla2008-01-20
* Finish the conversion to packed i2s for PP502x. Karl Kurbjun-approved for Min...Michael Sevakis2007-10-16
* Packed I2S for ipod Color (tested) and ipod 4G (untested, but assumed to be t...Dave Chapman2007-10-09
* Packed I2S for iPod Mini G2.Jens Arnold2007-10-09
* FS #7917 by Andree Buschmann. Packed I2S also for Ipod Video.Thom Johansen2007-10-09
* Unbloat the PCM changes on PortalPlayerMichael Sevakis2007-10-09
* Make Ipod Nano use packed 16 bit IIS FIFO transfers as well.Thom Johansen2007-10-08
* Finally get packed samples to work in a nice way on H10 in IIS mode. Add some...Michael Sevakis2007-10-07
* Use halfword IIS FIFO mode for H10. Won't save interrupts but seems it should...Michael Sevakis2007-10-07
* Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis2007-10-06
* Fix up the recording monitoring for e200 and I expect for c200 as well whenev...Michael Sevakis2007-10-04
* Fix a little bug I introduced earier than can cause i2s to fail to start with...Michael Sevakis2007-10-02
* Split wm8731 and wm8721 drivers. wm8721 can be much simpler since it has no r...Michael Sevakis2007-10-02
* Reenable scaling on Sansa since a reasonable solution to clicks has been found.Michael Sevakis2007-07-26
* Temporary fix for FS#7257 and FS#7261 - playback resumes while paused when se...Robert Keevil2007-07-05
* Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register compa...Jens Arnold2007-07-02
* Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed int...Michael Sevakis2007-06-06
* e200: Add recording. Just from MIC right now and FM integration will happen s...Michael Sevakis2007-06-05
* e200: Use 16-16 L-R pairs when writing to the TX FIFO. Kill the channel swapp...Michael Sevakis2007-05-22
* Reset the pcm_paused flag in the PP FIQ as well to complement the fix for FS ...Jens Arnold2007-05-19