summaryrefslogtreecommitdiffstats
path: root/firmware/pcm.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-22Code cleanup in dsp.c and misc.c, some commentsJeffrey Goode1-0/+3
2009-02-08Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other mi...Michael Sevakis1-1/+2
2008-12-14Check that PCM is playing/recording *after* getting the current position from...Michael Sevakis1-10/+10
2008-12-13Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s...Michael Sevakis1-0/+5
2008-12-12Get rid of some pcm_apply_settings cruft at the low level I somehow missed. M...Michael Sevakis1-15/+10
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis1-9/+59
2008-07-13Fix a slightly misleading logfRob Purchase1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis1-7/+7
2007-10-07Still on the post-big-commit policing. Correct a function call order. Comment...Michael Sevakis1-2/+5
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis1-0/+437