summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/tuner
AgeCommit message (Expand)AuthorFilesLines
2010-06-22Sanyo lv24020lp FM: Improve frequency measurement on PP thus improving initi...Michael Sevakis1-5/+27
2010-06-22lv24020lp tuner: On PP targets (c200/e200), use the atomic GPIO bitwise macro...Michael Sevakis1-19/+27
2010-06-21Fix FS #10474 - FM tuner on Gigabeat S fails to tune last frequency on startBertrik Sikken1-5/+7
2010-06-19FS#11417 by Joe Balough: fix audio/tuner on philips hdd6330Rafaël Carré1-1/+1
2010-06-16The mystery FM chip in some Sansa Clip+ players has been identified as a RDA5...Bertrik Sikken1-81/+86
2010-06-16FM clip+ radio: enable stereo indicationBertrik Sikken1-2/+2
2010-06-15Support for mystery FM chip in some Sansa Clip+, FS #11403 by meBertrik Sikken2-10/+347
2010-05-24Si4700 tuner: It doesn't like to do i2c while powered off and hangs the bus. ...Michael Sevakis1-1/+3
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz1-1/+1
2010-04-18Clean up IAP / ipod remote tuner a bit.Bertrik Sikken1-4/+5
2010-03-05si4700 tuner: put the tuner to sleep at initRafaël Carré1-23/+26
2010-01-13set the ipod volume on the ipod fm remote when the tuner is turned on. Also, ...Laurent Gautier1-2/+5
2010-01-12Fix FS10902 and improve some init. Also add my name to the credit list for FS...Laurent Gautier1-3/+25
2010-01-02Simplify some boolean expressions that compare directly against 'true'Bertrik Sikken1-2/+2
2009-12-22Fix FM radio on VX777 (by Giovanni Zilli)Maurus Cuelenaere1-1/+1
2009-12-18Onda VX747/VX777: fix FM radioMaurus Cuelenaere1-1/+1
2009-12-03si4700: revert r22641Rafaël Carré1-1/+1
2009-12-01Add support for the ipod FM remote to the 4G, Color, 5G, nano 1G with RDSLaurent Gautier1-0/+444
2009-11-03Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode1-1/+1
2009-09-06Sansa c200v2: fix si4700 tuner initialisation to make it work for the c200v2Bertrik Sikken1-1/+1
2009-09-04iaudio7: Implement udelay, mostly based on D2 port, except Z-clock initializa...Vitja Makarov1-7/+0
2009-07-07Meizu: implement i2c for the meizu fmradio and update the tea5760 tuner driverBertrik Sikken1-38/+73
2009-06-20c200v2 : fix FM radio, the c200v2 uses the internal oscillator like others Sa...Rafaël Carré1-1/+1
2009-06-20Fix e200v2 radio problem (missing Si4702 initialisation)Bertrik Sikken1-2/+3
2009-05-21Fix tuner_power warning on ondio FMBertrik Sikken1-0/+1
2009-03-21D2: Enable FM radio (based on FS#10035 by Michael Burtin with some changes by...Rob Purchase1-5/+12
2009-03-20Implement udelay() for D2 and remove the old hacks from USB & FM drivers.Rob Purchase1-4/+3
2009-02-13FM radio for Philips HDD1630. Volume was very faint unless recording was enab...Mark Arigo1-1/+6
2009-01-22Use bus reset detection for all ARC OTG devices. Remove conflict from LV24020...Michael Sevakis1-20/+21
2008-12-31Gigabeat S: Allow recording from FM. Give FM the same volume range as playbac...Michael Sevakis1-3/+1
2008-12-27Make si4700 tuner driver more sane with bit and field defines and entirely hi...Michael Sevakis1-98/+320
2008-12-22Update si4700 FM driver:Bertrik Sikken1-39/+106
2008-12-09FS#9609 FM radio support for the Gigabeat S, seeking/scanning is not yet Nils Wallménius1-5/+146
2008-11-11Add more driver stubs to make the Fuze and e200v2 main builds compile; Correc...Dave Chapman1-0/+47
2008-10-14Red build fix: Moved PCM #defines from pcm_record.h to pcm.h. Added necessary...Björn Stenberg1-0/+1
2008-10-14Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...Björn Stenberg1-2/+1
2008-09-06Initial commit of iaudio 7 port by Vitja Makarov (FS#9245). Port is at quite...Dave Chapman1-0/+15
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg4-8/+16
2008-06-27initial Meizu M6SL port (take 2)Marcoen Hirschberg1-0/+135
2008-06-07Update the LV24020 FM driver so that it can be used on the D2. Register read/...Rob Purchase1-15/+32
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-04-20Killed unnecessary global variables by making them static.Bertrik Sikken1-1/+1
2008-03-27Revert "initial Meizu M6SL port"Marcoen Hirschberg1-135/+0
2008-03-27initial Meizu M6SL portMarcoen Hirschberg1-0/+135
2007-12-06lv24020lp tuner changes (Sansa e200/c200): (1) add a couple more udelays (fro...Mark Arigo1-36/+41
2007-12-05Actually power off the lv24020 tuner (Sansa e200/c200). Don't clear the TUNER...Mark Arigo1-2/+2
2007-11-05e200/c200: Take advantage of mutex recursion for the tuner driver and dump th...Michael Sevakis1-2/+2
2007-07-14Remove a change that wasn't supposed to stick around.Michael Sevakis1-3/+1
2007-07-14e200: Tuner driver needs to yield alot and also be mutexed. FM debug screen g...Michael Sevakis1-43/+109