|
@@ -184,6 +184,8 @@ int dibusb_read_eeprom_byte(struct dvb_usb_device *d, u8 offs, u8 *val)
|
|
|
}
|
|
|
EXPORT_SYMBOL(dibusb_read_eeprom_byte);
|
|
|
|
|
|
+#if IS_ENABLED(CONFIG_DVB_DIB3000MC)
|
|
|
+
|
|
|
/* 3000MC/P stuff */
|
|
|
// Config Adjacent channels Perf -cal22
|
|
|
static struct dibx000_agc_config dib3000p_mt2060_agc_config = {
|
|
@@ -242,8 +244,6 @@ static struct dibx000_agc_config dib3000p_panasonic_agc_config = {
|
|
|
.agc2_slope2 = 0x1e,
|
|
|
};
|
|
|
|
|
|
-#if IS_ENABLED(CONFIG_DVB_DIB3000MC)
|
|
|
-
|
|
|
static struct dib3000mc_config mod3000p_dib3000p_config = {
|
|
|
&dib3000p_panasonic_agc_config,
|
|
|
|