summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/audio/tsc2100.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-22Do some cleanup, adjustment and a couple fixes to recent sound changes.Michael Sevakis1-3/+3
2013-04-15Hopefully knock out most of the red and yellow from 0c7b787.Michael Sevakis1-1/+1
2013-04-15Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis1-34/+7
2011-12-21Add missing includes found using -Wmissing-declarations.Boris Gjenero1-0/+1
2011-02-06M:Robe 500 and TSC2100: Add more to the initialization. Some GPIO initializa...Karl Kurbjun1-2/+2
2010-04-27Remove pcm_mute() which has been unused since r19308Rafaël Carré1-11/+11
2009-10-11Forgot to add 22kHzKarl Kurbjun1-0/+3
2009-10-11M:Robe 500: Add support for more audio frequencies, initialize and set the to...Karl Kurbjun1-1/+19
2009-03-11Sound working with rockbox PCM interface on the M:Robe 500. Doom and Rockboy...Karl Kurbjun1-2/+1
2009-03-03Get the volume controls working on the M:Robe 500 along with some minor code ...Karl Kurbjun1-20/+5
2008-12-12Fix-m the ruddiness.Michael Sevakis1-1/+1
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis1-3/+3
2008-11-26Get rid of remaining audiohw_enable_output style codec setup and use pre/post...Michael Sevakis1-10/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-25Accept FS #9021 by James Vasile and apply the fix to the other drivers that h...Peter D'Hoye1-0/+2
2008-05-18remove a stupid infinite loop which stopped the mr500 bootingJonathan Gordon1-1/+1
2008-04-27add more registers for the tsc2100Jonathan Gordon1-0/+141