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
/
drivers
/
audio
/
tsc2100.c
Age
Commit message (
Expand
)
Author
2013-04-22
Do some cleanup, adjustment and a couple fixes to recent sound changes.
Michael Sevakis
2013-04-15
Hopefully knock out most of the red and yellow from 0c7b787.
Michael Sevakis
2013-04-15
Straighten out the mad twisted state of sound.c and related areas.
Michael Sevakis
2011-12-21
Add missing includes found using -Wmissing-declarations.
Boris Gjenero
2011-02-06
M:Robe 500 and TSC2100: Add more to the initialization. Some GPIO initializa...
Karl Kurbjun
2010-04-27
Remove pcm_mute() which has been unused since r19308
Rafaël Carré
2009-10-11
Forgot to add 22kHz
Karl Kurbjun
2009-10-11
M:Robe 500: Add support for more audio frequencies, initialize and set the to...
Karl Kurbjun
2009-03-11
Sound working with rockbox PCM interface on the M:Robe 500. Doom and Rockboy...
Karl Kurbjun
2009-03-03
Get the volume controls working on the M:Robe 500 along with some minor code ...
Karl Kurbjun
2008-12-12
Fix-m the ruddiness.
Michael Sevakis
2008-12-12
Bring consistency to pcm implementation and samplerate handling. Less low-lev...
Michael Sevakis
2008-11-26
Get rid of remaining audiohw_enable_output style codec setup and use pre/post...
Michael Sevakis
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-25
Accept FS #9021 by James Vasile and apply the fix to the other drivers that h...
Peter D'Hoye
2008-05-18
remove a stupid infinite loop which stopped the mr500 booting
Jonathan Gordon
2008-04-27
add more registers for the tsc2100
Jonathan Gordon