From 4097f44c5ecd221eb3130c30c684bfd4f1ae68cd Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Thu, 2 Jun 2011 15:17:55 +0000 Subject: 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 --- firmware/drivers/tuner/rda5802.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/drivers/tuner') 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 -- cgit v1.2.3