Sansa c200v2: fix si4700 tuner initialisation to make it work for the c200v2

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22641 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2009-09-06 14:52:38 +00:00
parent fc79569c33
commit 66499ecad0

View file

@ -297,7 +297,7 @@ void si4700_init(void)
#ifdef USE_INTERNAL_OSCILLATOR
/* Enable the internal oscillator
(Si4702-16 needs this register to be initialised to 0x100) */
si4700_write_set(TEST1, TEST1_XOSCEN | 0x100);
si4700_write_reg(TEST1, TEST1_XOSCEN | 0x100);
sleep(HZ/2);
#endif
}