summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/tuner
AgeCommit message (Expand)AuthorFilesLines
2011-12-17FS#12370: Initial RDS support for Si4701/Si4703 tuner (beast and clip zip)Bertrik Sikken1-33/+131
2011-12-11RDA5802 tuner: use channel spacing of 100 kHz when possible (instead of alway...Bertrik Sikken1-6/+11
2011-06-07rda5802: don't use the si4700-specific exceptions for putting the tuner to sleepBertrik Sikken1-3/+1
2011-06-04FS#12094 - RDA5802 tuner: clean up register 0x4 handling, drop implicitly ena...Bertrik Sikken1-19/+23
2011-06-02Fix FS#11813 - Frequency is not tuned the first time the radio is turned onBertrik Sikken1-1/+1
2011-05-02iap: pass length and data pointer to iap_handlepkt functions, this prepares f...Bertrik Sikken1-9/+12
2010-11-14si4700/rda5802 tuners: prevent hang when changing radio region. Probably fixe...Bertrik Sikken2-19/+0
2010-11-11Signal strength meter for FM radio - FS#8151 by Przemysław HołubowskiBertrik Sikken5-1/+94
2010-11-08Simplify unsigned int <-> unsigned char array conversion in ipod_remote_tuner...Bertrik Sikken1-23/+8
2010-11-05Enable tea5767 tuner detection for Philips GoGear HDD63x0 too (HDD6320 does n...Bertrik Sikken1-1/+1
2010-11-05Implement tea5767 tuner detection - FS#11714 by meBertrik Sikken1-1/+22
2010-10-31Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat1-1/+1
2010-10-15si4700 tuner: lower stereo switchover range, so it switches to stereo for wea...Bertrik Sikken1-0/+4
2010-09-26RDA5802 tuner: fix small bug in rda5802_init (writing too much data)Bertrik Sikken1-1/+1
2010-09-20iap: make variable serbuf non-globalBertrik Sikken1-2/+2
2010-08-23ipod fm remote: some static/const fixes from FS #11266 by meBertrik Sikken1-41/+42
2010-07-26FM tuner region code cleanup - FS #11492 by me.Bertrik Sikken6-33/+47
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