summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2006-12-08Add "m4b" to the list of supported filename extensions.Magnus Holmgren
2006-12-07Oops, that'll just keep resetting the timeout to 20s every time sys_poweroff ...Michael Sevakis
2006-12-07SWCODEC Recording: 1) Fix minor bug of not subtracting line aligment adjustme...Michael Sevakis
2006-12-07Small delay before cutting off power to allow all hardware (especiallyMiika Pekkarinen
2006-12-06Coldfire targets: Fixed performance-hitting bug for unaligned transfers. Now ...Jens Arnold
2006-12-06Removed extraneous #ifdef.Jens Arnold
2006-12-06put back the return types which got lost in the previous commitMarcoen Hirschberg
2006-12-06move some audio driver specific code to the correspoding filesMarcoen Hirschberg
2006-12-06Fix settings not saving to disk correctly, (fixes FS#6408)Jonathan Gordon
2006-12-06Fix for FS#6328. Simulator battery level now goes down in roughly 1% incremen...Dan Everton
2006-12-06first step in audio driver unification: renaming the functions to audio_* (mi...Marcoen Hirschberg
2006-12-06first step in audio driver unification: renaming the functions to audio_*Marcoen Hirschberg
2006-12-06PLL was incorrectly initialized causing system to crash when ran fromMiika Pekkarinen
2006-12-06Small change to PCM recording API for low latency effects. Latency can be as ...Michael Sevakis
2006-12-05And this too.Miika Pekkarinen
2006-12-05Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen
2006-12-05add a RTC driver for the Samsung S3C2440 used in the GigabeatMarcoen Hirschberg
2006-12-05H1x0: Enable optical output to be switched on or off during playback and reco...Michael Sevakis
2006-12-05Recent fix "Prevent the click of death when connecting an ipod to usb." is us...Barry Wardell
2006-12-04Much simpler implementation of large virtual sector support, not needing larg...Jens Arnold
2006-12-03Removed unused variable, and fixed overflow in free/total calculation. There ...Jens Arnold
2006-12-03Completed target tree move of the ata driver code. Some code cleanup.Jens Arnold
2006-12-03Fixed the warnings.Miika Pekkarinen
2006-12-03Add support (runtime detection) for 2048 bytes/sector filesystem.Miika Pekkarinen
2006-11-29PCM: A few tiny changes. 1) Recording a) Flush all pending files if filename ...Michael Sevakis
2006-11-29Prevent the click of death when connecting an ipod to usb.Miika Pekkarinen
2006-11-28SWCODEC: Audio-related threads must be free of further tasks before returning...Michael Sevakis
2006-11-27forgot to add the RTC driversMarcoen Hirschberg
2006-11-27iRiver: Channel 2 shouldn't be monitored except for radio playback.Michael Sevakis
2006-11-27move rtc functions to seperate filesMarcoen Hirschberg
2006-11-27Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deact...Jens Arnold
2006-11-26X5: Slightly lower threshold value to reliably disable constant adc reading w...Jens Arnold
2006-11-26Fixed the errors for H300.Miika Pekkarinen
2006-11-26Data cache for the EEPROM driver to speed up reading/writing. ThisMiika Pekkarinen
2006-11-26Backdrop support in the X5 remote LCD driver. Still needs to be wired to the ...Jens Arnold
2006-11-26dont allow the ata callbacks to be run less than once every 30s unlessJonathan Gordon
2006-11-25Allow GPIO debug screen on Sansa. Also remove a warning from the NAND driverDaniel Ankers
2006-11-25Remove some development codeDaniel Ankers
2006-11-25ATA callback support for SansaDaniel Ankers
2006-11-24Detect USB inserted on SansaDaniel Ankers
2006-11-24Recording, SWCODEC: Put config value string in the wrong order.Michael Sevakis
2006-11-24Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sampl...Michael Sevakis
2006-11-24The ADC GPIO init code for the H100 was accidentally put in the H300 driver w...Linus Nielsen Feltzing
2006-11-24iAudio/iRiver: Bootloader should not compile the audio-*.c files.Michael Sevakis
2006-11-23Just correct a comment and see if the build goes differently.Michael Sevakis
2006-11-23iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API...Michael Sevakis
2006-11-22Audio bugfixes. Should wait for voice codec to reload before returning buffer...Michael Sevakis
2006-11-22Sansa doesn't use a Wolfson codec. Various other changes to allow Sansa to c...Daniel Ankers
2006-11-22Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriateDaniel Ankers
2006-11-22Add several dummy functions to allow Sansa to build correctlyDaniel Ankers