|
@@ -128,8 +128,10 @@ struct tea5764_write_regs {
|
|
u16 rdsbbl; /* PAUSEDET & RDSBBL */
|
|
u16 rdsbbl; /* PAUSEDET & RDSBBL */
|
|
} __attribute__ ((packed));
|
|
} __attribute__ ((packed));
|
|
|
|
|
|
-#ifndef RADIO_TEA5764_XTAL
|
|
|
|
|
|
+#ifdef CONFIG_RADIO_TEA5764_XTAL
|
|
#define RADIO_TEA5764_XTAL 1
|
|
#define RADIO_TEA5764_XTAL 1
|
|
|
|
+#else
|
|
|
|
+#define RADIO_TEA5764_XTAL 0
|
|
#endif
|
|
#endif
|
|
|
|
|
|
static int radio_nr = -1;
|
|
static int radio_nr = -1;
|