summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-04-21RDS: Fix a few goofs in the unicode tableMichael Sevakis1-3/+3
2017-03-12Do some housekeeping with fat.h and SECTOR_SIZEMichael Sevakis1-2/+1
2017-02-12Forgot to remove unused RDS buffers from the ipod remote tuner.Michael Sevakis1-6/+2
2017-02-11Fix warnings and errors from fc9695eMichael Sevakis1-0/+2
2017-02-11Improve radio RDS driver and frameworkMichael Sevakis3-238/+368
2017-02-04Fix dangerous castsAmaury Pouly3-7/+7
2017-01-26Move intrinsic RTC implmentation differences to driver filesMichael Sevakis11-17/+43
2017-01-25AMS: Return ascodec to interrupt-based I2C2 driverMichael Sevakis1-2/+19
2017-01-21Fix dumb typo in button.c.Michael Sevakis1-1/+1
2017-01-21action.c must desist in calling set_cpu_frequency from a tickMichael Sevakis1-35/+71
2017-01-17Do some debug and preparatory work for ramcache and playlistMichael Sevakis1-5/+15
2016-12-12wm8975: document audiohw settingsAmaury Pouly1-0/+2
2016-12-12wm8758: document and fix audiohw settingsAmaury Pouly1-0/+1
2016-12-12wm8751: document and fix audiohw settingsAmaury Pouly1-1/+3
2016-12-12wm8731: document audiohw settingsAmaury Pouly1-0/+2
2016-12-12imx233: slightly rework 3D audio settingAmaury Pouly1-3/+1
2016-09-21imx233: fix recording gainAmaury Pouly1-3/+4
2016-08-29as3543: fix audio gap when switching from dac to line-in/recordingAmaury Pouly1-30/+51
2016-06-01zenxfi3: rewrite mpr121 driverAmaury Pouly1-350/+0
2016-06-01fuze+: rewrite touchpad driverAmaury Pouly1-104/+0
2016-05-28imx233: generate register headers using headergen_v2 and update code for itAmaury Pouly1-3/+3
2016-04-07Fix (D)EBUG compilationMihail Zenkov1-4/+4
2016-04-05as3525: reverting I2C2 to non-interrupts versionMihail Zenkov1-27/+5
2016-02-12as3514: fix bug in volume management on AS3543 targets which are not AS3525v2Amaury Pouly1-3/+3
2016-02-01AS3543: Fix increasing noise and power consumption if booted through roloMihail Zenkov1-0/+2
2015-10-09Fix (D)EBUG compilation errors on targets using FATCástor Muñoz1-8/+9
2015-10-07iPod Classic: capture support for CS42L55 codecCástor Muñoz1-6/+129
2015-09-24Samsung YHxxx: reduce pop noise on power downSebastian Leonhardt1-1/+6
2015-06-02AS3543: Fix recording volume setting and voiceMihail Zenkov1-2/+3
2015-02-02iBasso DX50/DX90: Major code cleanup and reorganization.Udo Schläpfer2-24/+21
2015-01-19Bypass the AS3543 audio mixer at higher volumes.Mihail Zenkov1-5/+30
2015-01-13Don't return pointer to array allocated on the stackThomas Jarosch1-4/+4
2015-01-11Limit more variables to file scopeThomas Jarosch2-3/+3
2015-01-11Make a few local variables staticThomas Jarosch1-2/+2
2015-01-08Get rid of USE_ROCKBOX_USBAmaury Pouly1-1/+1
2015-01-05Make thirty functions static to reduce binary sizeThomas Jarosch1-8/+8
2015-01-03Fix up some DEBUGF statementsThomas Jarosch1-2/+2
2014-09-18Introducing Targets iBasso DX50 & iBasso DX90Simon Rothen2-1/+25
2014-09-05optimize WSPLL work for iriver h100 and h300 seriesDmitry Gamza1-8/+40
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-1976/+2230
2014-08-08Fix some more straggling stuffMichael Sevakis1-68/+0
2014-07-26Ak4537: Optimization of the code.Szymon Dziok1-76/+62
2014-07-26Disable detection of fm radio for the YH920, it's pointless.Szymon Dziok1-1/+1
2014-06-21Fix some build errors and warnings.Thomas Martitz2-1/+11
2014-06-21lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz2-4/+1133
2014-06-21lcd-16bit: Split out some functions to lcd-color-common.cThomas Martitz3-575/+616
2014-06-18Radio and radio recording for Samsung YH-920.Szymon Dziok2-40/+105
2014-06-18Samsung YH820/YH92X: Improve recording.Szymon Dziok1-5/+6
2014-06-18YH92x: Use the led near the lcd as the ATA led, instead of shine all the time.Szymon Dziok1-2/+14
2014-06-01recording on Samsung YH-820/YH-92xSebastian Leonhardt1-5/+99