summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2006-12-09Move I2S initialisation out of the Wolfson codec driverDaniel Ankers1-0/+1
2006-12-09Move I2S initialisation out of the Wolfson codec driverDaniel Ankers8-54/+130
2006-12-09Fix some comments, and make code consistent with comments (CSMR2 was set to 1...Jens Arnold1-4/+3
2006-12-08iRiver: Clearing CRSEL bit when using default CPU frequency caused audio chip...Michael Sevakis1-2/+2
2006-12-08Add "m4b" to the list of supported filename extensions.Magnus Holmgren1-1/+1
2006-12-07Oops, that'll just keep resetting the timeout to 20s every time sys_poweroff ...Michael Sevakis1-4/+6
2006-12-07SWCODEC Recording: 1) Fix minor bug of not subtracting line aligment adjustme...Michael Sevakis2-39/+41
2006-12-07Small delay before cutting off power to allow all hardware (especiallyMiika Pekkarinen1-0/+5
2006-12-06Coldfire targets: Fixed performance-hitting bug for unaligned transfers. Now ...Jens Arnold1-5/+5
2006-12-06Removed extraneous #ifdef.Jens Arnold1-4/+0
2006-12-06put back the return types which got lost in the previous commitMarcoen Hirschberg2-3/+3
2006-12-06move some audio driver specific code to the correspoding filesMarcoen Hirschberg12-166/+179
2006-12-06Fix settings not saving to disk correctly, (fixes FS#6408)Jonathan Gordon2-3/+6
2006-12-06Fix for FS#6328. Simulator battery level now goes down in roughly 1% incremen...Dan Everton1-3/+2
2006-12-06first step in audio driver unification: renaming the functions to audio_* (mi...Marcoen Hirschberg1-1/+1
2006-12-06first step in audio driver unification: renaming the functions to audio_*Marcoen Hirschberg19-217/+206
2006-12-06PLL was incorrectly initialized causing system to crash when ran fromMiika Pekkarinen3-6/+6
2006-12-06Small change to PCM recording API for low latency effects. Latency can be as ...Michael Sevakis4-71/+57
2006-12-05And this too.Miika Pekkarinen1-3/+3
2006-12-05Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen4-69/+7
2006-12-05add a RTC driver for the Samsung S3C2440 used in the GigabeatMarcoen Hirschberg1-0/+57
2006-12-05H1x0: Enable optical output to be switched on or off during playback and reco...Michael Sevakis1-2/+20
2006-12-05Recent fix "Prevent the click of death when connecting an ipod to usb." is us...Barry Wardell1-0/+2
2006-12-04Much simpler implementation of large virtual sector support, not needing larg...Jens Arnold5-139/+94
2006-12-03Removed unused variable, and fixed overflow in free/total calculation. There ...Jens Arnold1-4/+2
2006-12-03Completed target tree move of the ata driver code. Some code cleanup.Jens Arnold9-745/+890
2006-12-03Fixed the warnings.Miika Pekkarinen1-1/+1
2006-12-03Add support (runtime detection) for 2048 bytes/sector filesystem.Miika Pekkarinen4-59/+135
2006-11-29PCM: A few tiny changes. 1) Recording a) Flush all pending files if filename ...Michael Sevakis4-16/+54
2006-11-29Prevent the click of death when connecting an ipod to usb.Miika Pekkarinen3-1/+13
2006-11-28SWCODEC: Audio-related threads must be free of further tasks before returning...Michael Sevakis1-2/+2
2006-11-27forgot to add the RTC driversMarcoen Hirschberg1-0/+1
2006-11-27iRiver: Channel 2 shouldn't be monitored except for radio playback.Michael Sevakis1-9/+14
2006-11-27move rtc functions to seperate filesMarcoen Hirschberg5-101/+169
2006-11-27Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deact...Jens Arnold13-361/+593
2006-11-26X5: Slightly lower threshold value to reliably disable constant adc reading w...Jens Arnold1-1/+1
2006-11-26Fixed the errors for H300.Miika Pekkarinen1-7/+7
2006-11-26Data cache for the EEPROM driver to speed up reading/writing. ThisMiika Pekkarinen1-24/+36
2006-11-26Backdrop support in the X5 remote LCD driver. Still needs to be wired to the ...Jens Arnold2-7/+116
2006-11-26dont allow the ata callbacks to be run less than once every 30s unlessJonathan Gordon3-9/+13
2006-11-25Allow GPIO debug screen on Sansa. Also remove a warning from the NAND driverDaniel Ankers1-1/+0
2006-11-25Remove some development codeDaniel Ankers1-5/+1
2006-11-25ATA callback support for SansaDaniel Ankers1-23/+47
2006-11-24Detect USB inserted on SansaDaniel Ankers1-0/+3
2006-11-24Recording, SWCODEC: Put config value string in the wrong order.Michael Sevakis1-1/+1
2006-11-24Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sampl...Michael Sevakis4-2/+15
2006-11-24The ADC GPIO init code for the H100 was accidentally put in the H300 driver w...Linus Nielsen Feltzing2-8/+8
2006-11-24iAudio/iRiver: Bootloader should not compile the audio-*.c files.Michael Sevakis1-3/+7
2006-11-23Just correct a comment and see if the build goes differently.Michael Sevakis1-1/+1
2006-11-23iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API...Michael Sevakis9-139/+312