summaryrefslogtreecommitdiffstats
path: root/firmware/export/pcm.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-06Enable setting of global output samplerate on certain targets.Michael Sevakis1-0/+3
2012-05-02Silly includes going haywire. Fix the errors/warnings (hopefully).Michael Sevakis1-1/+2
2012-05-02Clean up peak calculating code.Michael Sevakis1-1/+11
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis1-13/+18
2011-12-19Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.Boris Gjenero1-0/+1
2011-12-08Move the PCMREC_E/W_* defines back to pcm_record.h because they're part of th...Michael Sevakis1-19/+0
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis1-0/+1
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis1-42/+2
2010-11-13Damn. Remove another typo.Michael Sparmann1-1/+1
2010-11-13Fix a typo in a commentMichael Sparmann1-1/+1
2010-06-26e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below ...Michael Sevakis1-3/+10
2010-06-11Configure Gigabeat S with EABI compiler by default. Implement the INIT sectio...Michael Sevakis1-1/+1
2010-05-27mark some functions as init functions (discarded after init() has run)Rafaël Carré1-3/+3
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis1-15/+15
2010-05-13fix a typo in commentRafaël Carré1-1/+1
2010-05-12PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...Michael Sevakis1-2/+2
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2010-04-27Remove pcm_mute() which has been unused since r19308Rafaël Carré1-1/+0
2010-02-10New plugin: FFT, A frequency analyzer pluginFrank Gevaerts1-0/+1
2009-02-08Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other mi...Michael Sevakis1-0/+4
2008-12-13Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s...Michael Sevakis1-0/+3
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis1-1/+5
2008-10-14Red build fix: Moved PCM #defines from pcm_record.h to pcm.h. Added necessary...Björn Stenberg1-0/+24
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis1-0/+122