summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2007-06-19Fix iriver H100 i2c driver which was broken by the switch to build with -Os. ...Nils Wallménius1-1/+1
2007-06-18e200: Remove register fiddling in the tuner driver that has nothing to do wit...Michael Sevakis1-1/+0
2007-06-17Give color targets the ability to display each LCD line a different color and...Brandon Low3-7/+12
2007-06-17Fix up #endif.Steve Bavin1-4/+5
2007-06-17remove dead code and unmatched #endifMarcoen Hirschberg1-5/+0
2007-06-17add missing defineMarcoen Hirschberg1-0/+1
2007-06-17PP5024 (e200): There's more than one HI IRQ bit for enabling GPIO IRQs. Port ...Michael Sevakis3-4/+8
2007-06-13Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius3-5/+5
2007-06-13now back to greenChristian Gmeiner1-4/+2
2007-06-13fix redChristian Gmeiner1-1/+0
2007-06-13* changed pararmeter of audiohw_mute from int to boolChristian Gmeiner15-38/+31
2007-06-11some little more work on audio codec driver unification - more will followChristian Gmeiner15-25/+16
2007-06-08Straighten out some audio path APIs and misc. audio stuff. Having recording i...Michael Sevakis12-43/+53
2007-06-07e200: Better sync of display enabling and display update. The display would b...Michael Sevakis2-43/+51
2007-06-07increase the SD stack.Jonathan Gordon1-1/+1
2007-06-06Assumption about there being MPEG1-only samplerates available and therefore M...Michael Sevakis1-4/+6
2007-06-06Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed int...Michael Sevakis8-33/+961
2007-06-05Apply FS#7183. Also change to use documented ways to avoid inlining of functi...Magnus Holmgren1-8/+6
2007-06-05Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...Dave Chapman2-0/+4
2007-06-05e200: Fix errors from recording addition and a warning that comes up when fix...Michael Sevakis1-2/+20
2007-06-05e200: Add recording. Just from MIC right now and FM integration will happen s...Michael Sevakis10-134/+534
2007-06-04Commit part of FS7113: This adds proper LCD initialization to the gigabeat th...Karl Kurbjun1-15/+61
2007-06-04Bring back rolo for mi4-based targets (H10 and Sansa).Barry Wardell7-0/+143
2007-06-03Some fixes to doom dehacked loading - make embedded dehacked files actually l...Karl Kurbjun1-20/+54
2007-06-03e200: Update the button init code to be more correct for using GPIO IRQs.Michael Sevakis1-8/+12
2007-06-03e200: Finally use GPIO IRQs for the buttons...it's IRQ enable bit 33 afterall...Michael Sevakis3-32/+25
2007-06-01Tiny fix for an unlikely error path.Steve Bavin1-0/+1
2007-06-01e200: Use clocking set up by loader and skip setting the values for now. Chan...Michael Sevakis2-3/+15
2007-05-30Revert changes to id3.h, removing those members from the struct made binsize ...Nils Wallménius1-4/+6
2007-05-30Remove unused struct members and ifdef some for SWCODECNils Wallménius1-6/+4
2007-05-28Accept FS#7228 by Dagni McPhee enable pitchscreen on sansaNils Wallménius1-0/+3
2007-05-27Fix the audiohw settings stub for the sim so the rec screen doesnt crash anymoreJonathan Gordon1-0/+6
2007-05-25Bring buttons back to the e200 bootloader?Michael Sevakis1-13/+24
2007-05-23Fix typo.Jens Arnold1-1/+1
2007-05-23Allow ColdFire targets to be buildt with GCC >= 4.1.0. Magnus Holmgren1-1/+1
2007-05-23ATA driver: * Support for drives with large physical sectors and no support f...Jens Arnold3-9/+235
2007-05-22the DAC drivers need to include audiohw.h nowMarcoen Hirschberg8-8/+8
2007-05-22make audiohw.h include the DAC header filesMarcoen Hirschberg10-35/+19
2007-05-22e200: Remute the line in with #if 0 as it causes static noise for those witho...Michael Sevakis1-0/+2
2007-05-22red freeChristian Gmeiner1-0/+3
2007-05-22fix red ipod mini'sChristian Gmeiner1-0/+3
2007-05-22* move audio settings into audio codec driversChristian Gmeiner22-133/+336
2007-05-22e200: Use 16-16 L-R pairs when writing to the TX FIFO. Kill the channel swapp...Michael Sevakis3-17/+68
2007-05-20exclude unused headersChristian Gmeiner5-50/+4
2007-05-20Fix some warnings regarding AUDIO_NUM_SOURCES being 0 which is the intent wit...Michael Sevakis1-1/+5
2007-05-20Oops. That shouldn't have snuck in there.Michael Sevakis1-10/+0
2007-05-20Use bitmasks to define which inputs are available. Makes it easier to remove ...Michael Sevakis23-46/+217
2007-05-20Increase sansa volume range at the lower end. This seems to be necessary Antonius Hellmann3-15/+29
2007-05-20fix the gigabeat remote button not working when backlight is off and filter f...Jonathan Gordon1-1/+5
2007-05-20add separate button defines for the Gigabeat remote controlMarcoen Hirschberg2-11/+20