summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/tuner
AgeCommit message (Expand)AuthorFilesLines
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 Sevakis2-97/+23
2014-07-26Disable detection of fm radio for the YH920, it's pointless.Szymon Dziok1-1/+1
2014-06-18Radio and radio recording for Samsung YH-920.Szymon Dziok1-5/+26
2013-11-21tea5767: properly power up the tuner during detectLorenzo Miori1-0/+2
2013-10-22tea5760uk: use correct i2c address on the CreativeAmaury Pouly1-0/+4
2013-10-21tea5760uk: properly power up the tuner during detectAmaury Pouly1-0/+2
2013-10-21tea5760uk: add support for TEA5761UKAmaury Pouly1-6/+15
2013-03-24Fix LV24020 tuner chip volume level definition (found by cppcheck)Bertrik Sikken1-2/+2
2013-01-15stfm1000: comment static unused functionAmaury Pouly1-0/+2
2012-12-29Fix copyright headersAmaury Pouly1-4/+1
2012-12-09si4700: fix typoRyan Hitchman1-2/+2
2012-05-19zenxfi3&stfm1000: implement fmradio i2c and debug screenAmaury Pouly1-0/+30
2012-05-19Add stub STFM1000 tuner driverAmaury Pouly1-0/+49
2012-04-11si4700 tuner: fix power consumption issue caused by ill-defined power state a...Bertrik Sikken1-0/+4
2012-04-09si470x tuner: remove obsolete handling of special value 2 for RADIO_SLEEPBertrik Sikken1-3/+1
2012-04-02Call tuner_power(true) from the correct place for lv24020lp.Frank Gevaerts1-3/+1
2012-02-25radio: include power.h in drivers for tuner_power()Amaury Pouly3-0/+3
2012-02-25Move radio power handling from apps/ to drivers.Amaury Pouly7-34/+39
2012-02-01fuze+: use the si4700 internal oscillator and set a pin on power down (seems ...Amaury Pouly1-1/+2
2011-12-29RDS: Use a define that doesn't imply any particular hardware dependency.Michael Sevakis1-6/+13
2011-12-29Gigabeat S: Update RDS processing to use asynchronous I2C rather than thread.Michael Sevakis1-0/+29
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