All pastes #1556127 Raw Edit

si4700/0850 fix

public text v1 · immutable
#1556127 ·published 2009-09-06 14:28 UTC
rendered paste body
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    
     }