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