Index: firmware/drivers/tuner/si4700.c =================================================================== --- firmware/drivers/tuner/si4700.c (revision 22639) +++ firmware/drivers/tuner/si4700.c (working copy) @@ -297,7 +297,7 @@ #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 }