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
/
s3c2440
/
gigabeat-fx
/
pcm-meg-fx.c
Age
Commit message (
Expand
)
Author
2009-02-13
Meg F/X: Fix wrong address for cache flush at PCM start; it should be virtual...
Michael Sevakis
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
Meg-FX: s3c register definitions really should be unsigned. Switch from 'int'...
Michael Sevakis
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-10
Fix high power consumption at powerup.
Karl Kurbjun
2008-03-31
meg-fx: It's important to make sure certain interrupt-related registers have ...
Michael Sevakis
2008-03-26
Do core interrupt masking in a less general fashion and save some instruction...
Michael Sevakis
2007-10-23
Unify the Gigabeat F/X and M:Robe MMU code while enabling it for the M:Robe
Karl Kurbjun
2007-10-06
Unify PCM interface just above the hardware driver level for all targets incl...
Michael Sevakis
2007-07-05
Temporary fix for FS#7257 and FS#7261 - playback resumes while paused when se...
Robert Keevil
2007-06-24
Gigabeat: Audio tweak mishmash - Make sure zero crossing detection times out ...
Michael Sevakis
2007-05-19
always reset the pcm_paused flag when stopping playback. fixes FS #7187
Marcoen Hirschberg
2007-05-04
Gigabeat: Remove the 8kHz for now because it doesn't seem to work too well. A...
Michael Sevakis
2007-05-03
No more ear doctor visits after powering/unpowering the Gigabeat. Cleanup a l...
Michael Sevakis
2007-05-03
Gigabeat: Get rid of the obsolete FIQ wrapper (not used on PP anymore FIY, bu...
Michael Sevakis
2007-05-02
Gigabeat: Separate driver for audio codec. Tweak pcm driver to comply with in...
Michael Sevakis
2007-04-18
move the Gigabeat from gigabeat/meg-fx to s3c2440/gigabeat-fx to avoid proble...
Marcoen Hirschberg