This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#2876 - TEA5767: Added FM frequency below 87.5 MHz
Attached to Project:
Rockbox
Opened by Matthias Larisch (tierchen) - Friday, 30 December 2005, 20:23 GMT+2
Last edited by Rani Hod (RaeNye) - Monday, 18 September 2006, 14:26 GMT+2
Opened by Matthias Larisch (tierchen) - Friday, 30 December 2005, 20:23 GMT+2
Last edited by Rani Hod (RaeNye) - Monday, 18 September 2006, 14:26 GMT+2
|
DetailsThis patch changes the MIN_FREQUENCY for FM-Tuner
Philips TEA5767 (IRiver) to 76.0MHz instead of the standard 87.5MHz. This is only done via another #define in radio.c In addition, it removes some white spaces at line endings... |
This task depends upon
Closed by Dominik Riebeling (bluebrother)
Monday, 18 September 2006, 20:31 GMT+2
Reason for closing: Duplicate
Additional comments about closing: we have now a patch for a more generic attempt which also sets deemphasis and step size. See FS#5929
Monday, 18 September 2006, 20:31 GMT+2
Reason for closing: Duplicate
Additional comments about closing: we have now a patch for a more generic attempt which also sets deemphasis and step size. See
Probably better to not include those whitespace changes in
the same patch file. Formatting changes mixed with code
changes only serve to confuse the patch reader. Those with
CVS commit access can separately make formatting changes as
separate commits to avoid confusion.
Also, it would probably be easier to attach an uncompressed
patch file for quicker viewing.
FS#5448