summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-02-07transflective LCDs: fix "first buttonpress enables backlight only"Sebastian Leonhardt1-1/+9
2019-01-04Add HAVE_LINEOUT_DETECTION and associated logicSolomon Peachy1-14/+38
2019-01-02Add Xuelin iHIFI 770/770C/800 supportSolomon Peachy2-0/+240
2018-12-25FS#7814 - Enable RTC Alarms on H300, X5, and M5Solomon Peachy1-0/+107
2018-12-22FS#12610 - Clip+ Ticking Noise Fixed in RadioSolomon Peachy2-7/+11
2018-07-28Add cleaned-up xDuoo X3 supportSolomon Peachy4-9/+189
2018-07-25Revert "Ignore truncation in lcd-scroll.c"William Wilgus1-7/+2
2018-07-25Ignore truncation in lcd-scroll.cWilliam Wilgus1-2/+7
2018-06-12Cleanup commentMarcin Bukat1-1/+1
2018-06-12Agptek Rocker: Initial commitMarcin Bukat2-1/+79
2018-05-25Fix Remove lcd_scroll_worker from bootloader except remote displays/charcellWilliam Wilgus1-1/+2
2018-05-23Remove lcd_scroll_worker from bootloader except remote displays and charcellWilliam Wilgus1-1/+2
2017-11-21Convert i.MX31 and AMS target to use RTC interruptMichael Sevakis1-0/+13
2017-11-06nwzlinux: add support for radioAmaury Pouly1-2/+13
2017-10-26Unify storage threads into oneMichael Sevakis2-281/+217
2017-10-07sonynwz: add api and debug entries for "acoustic" and "cue/rev" modeAmaury Pouly1-2/+25
2017-10-01sonynwza10/a20: enable pcm frequency selectionAmaury Pouly1-1/+20
2017-09-05Initial commit for the Sony NWZ linux portAmaury Pouly1-0/+385
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