summaryrefslogtreecommitdiff
path: root/firmware/pcm.c (follow)
Commit message (Expand)AuthorAge
* Allow e200 to compile without HAVE_RECORDINGFrank Gevaerts2010-09-17
* Should clear up rest of red. Add a required #define in the config for c200. F...Michael Sevakis2010-06-26
* e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below ...Michael Sevakis2010-06-26
* Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis2010-05-24
* Trim down peak calculation a bit.Michael Sevakis2010-05-13
* PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...Michael Sevakis2010-05-12
* Remove pcm_mute() which has been unused since r19308Rafaël Carré2010-04-27
* New plugin: FFT, A frequency analyzer pluginFrank Gevaerts2010-02-10
* Code cleanup in dsp.c and misc.c, some commentsJeffrey Goode2009-10-22
* Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other mi...Michael Sevakis2009-02-08
* Check that PCM is playing/recording *after* getting the current position from...Michael Sevakis2008-12-14
* Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s...Michael Sevakis2008-12-13
* 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 slightly misleading logfRob Purchase2008-07-13
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis2008-04-06
* Still on the post-big-commit policing. Correct a function call order. Comment...Michael Sevakis2007-10-07
* Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis2007-10-06