diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2011-06-02 15:17:55 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2011-06-02 15:17:55 +0000 |
commit | 4097f44c5ecd221eb3130c30c684bfd4f1ae68cd (patch) | |
tree | 9b9a0b098d4e609e003593d5ae7cede6cb8f2024 /firmware/drivers/tuner | |
parent | 4909e09267ad1f2638d48d91b4b273d5508ec380 (diff) |
Fix FS#11813 - Frequency is not tuned the first time the radio is turned on
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29946 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/tuner')
-rw-r--r-- | firmware/drivers/tuner/rda5802.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/tuner/rda5802.c b/firmware/drivers/tuner/rda5802.c index fe2b25f213..27166c5e43 100644 --- a/firmware/drivers/tuner/rda5802.c +++ b/firmware/drivers/tuner/rda5802.c @@ -93,7 +93,7 @@ #define STATUSRSSI_FM_TRUE (0x1 << 8) static const uint16_t initvals[16] = { - 0x0000, 0x0000, 0xC401, 0x1B90, + 0x0000, 0x0000, 0xC401, 0x1B80, 0x0400, 0x866F, 0x8000, 0x4712, 0x5EC6, 0x0000, 0x406E, 0x2D80, 0x5803, 0x5804, 0x5804, 0x5804 |