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
/
target
/
arm
/
as3525
/
pcm-as3525.c
Age
Commit message (
Expand
)
Author
2011-01-19
AS3525: Implement a true audio pause and full-resolution audio tick. Take car...
Michael Sevakis
2011-01-15
Fix problem with AMS PCM driver that caused mpegplayer lockup. It pre-decreme...
Michael Sevakis
2010-11-09
Apply FS#11729 - Remove unneeded I2SIN clock configuration for AS3525 and AS3...
Bertrik Sikken
2010-07-02
AMS SoC's: Some register bit changes need interrupt protection: timer API and...
Michael Sevakis
2010-06-11
pcm as3525v1: revert 26761 to use faster ASM code
Rafaël Carré
2010-06-11
as3525v1: drop the asm version of mono2stereo
Rafaël Carré
2010-06-07
as3525v1: fix r26444 which broke mic recording
Rafaël Carré
2010-06-03
Using void instead of unsigned char fixes the strict-aliasing warnings with -...
Tobias Diedrich
2010-06-01
as3525 PCM: implement locking like done for the gigabeats in r26341
Rafaël Carré
2010-05-26
as3525: as revealed by r26311, it seems DMAC interrupt can't be masked
Rafaël Carré
2010-05-26
as3525: implement pcm_play_dma_get_peak_buffer correctly
Rafaël Carré
2010-05-26
as3525: move audio loopback handling to audio_set_output_source
Rafaël Carré
2010-05-24
as3525: Fix an oops in converting the recording API to a newer form.
Michael Sevakis
2010-05-24
as3525: be sure all interrupts are disabled when recording
Rafaël Carré
2010-05-24
Really cleanup remaining r26253 yellow (hopefully).
Michael Sevakis
2010-05-24
Make PCM->driver interface about as simple as it will get. Registered callbac...
Michael Sevakis
2010-05-19
as3525: hide our UNCACHED_ADDR from usb_storage.c
Rafaël Carré
2010-05-14
as3525: add some comments in the microphone channel copy loop
Rafaël Carré
2010-05-14
as3525v1: duplicate the right channel into the left channel when recording mi...
Rafaël Carré
2010-05-13
as3525: retain & release DMA engine when starting and stopping recording
Rafaël Carré
2010-05-13
as3525: use the correct uncached address for rec peak buffer
Rafaël Carré
2010-05-13
as3525: use a table for mclk dividers, get rid of a division
Rafaël Carré
2010-05-13
as3525: use DMA for recording
Rafaël Carré
2010-05-12
PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...
Michael Sevakis
2010-01-10
Sansa AMS: allow use of PLL B for more accurate audio sample rate (0.04% inst...
Bertrik Sikken
2009-11-24
Sansa AMS : fix recording
Rafaël Carré
2009-11-24
Sansa AMS: VIC_INT_ENABLE register is not a mask
Rafaël Carré
2009-11-03
Sansa AMS PCM : cleanup
Rafaël Carré
2009-11-01
Sansa AMS PCM: remove runtime sanity checks
Rafaël Carré
2009-11-01
Sansa AMS recording support (Microphone and FM)
Rafaël Carré
2009-10-13
Sansa AMS PCM : replace buggy and confusing one-liner
Rafaël Carré
2009-06-08
FS#10048 : enable MMU and data cache on Sansa AMS to give a major speed up
Rafaël Carré
2009-04-07
Patch by Rafaël Carré - Sansa AMS : inform pcm.c when playback stopped, use...
Bertrik Sikken
2008-12-20
Fixed compiler warnings.
Björn Stenberg
2008-12-12
Get rid of some pcm_apply_settings cruft at the low level I somehow missed. M...
Michael Sevakis
2008-12-12
Bring consistency to pcm implementation and samplerate handling. Less low-lev...
Michael Sevakis
2008-12-04
pcm-as3525.c : don't use |= on a write-only register (VIC_INT_EN_CLEAR).
Bertrik Sikken
2008-12-04
Sansa AMS: Disable DMA clocks when not in use
Rafaël Carré
2008-12-04
Sansa AMS: disable I2SOUT clocks when playback is stopped
Rafaël Carré
2008-12-04
Sansa AMS: PCM driver (FS#9592)
Rafaël Carré
2008-11-11
Add more driver stubs to make the Fuze and e200v2 main builds compile; Correc...
Dave Chapman
2008-11-10
Fix Clip firmware building by adding missing symbols
Rafaël Carré