@@ -574,6 +574,8 @@ struct cx23885_board cx23885_boards[] = {
.name = "Mygica X8502/X8507 ISDB-T",
.tuner_type = TUNER_XC5000,
.tuner_addr = 0x61,
+ .radio_type = TUNER_XC5000,
+ .radio_addr = 0x61,
.tuner_bus = 1,
.porta = CX23885_ANALOG_VIDEO,
.portb = CX23885_MPEG_DVB,
@@ -603,6 +605,10 @@ struct cx23885_board cx23885_boards[] = {
.amux = CX25840_AUDIO7,
},
},
+ .radio = {
+ .type= CX23885_RADIO,
+ .amux= CX25840_AUDIO8,
+ },
},
[CX23885_BOARD_TERRATEC_CINERGY_T_PCIE_DUAL] = {
.name = "TerraTec Cinergy T PCIe Dual",
@@ -505,6 +505,7 @@ static struct mb86a20s_config mygica_x8507_mb86a20s_config = {
static struct xc5000_config mygica_x8507_xc5000_config = {
.i2c_address = 0x61,
.if_khz = 4000,
+ .radio_input = XC5000_RADIO_FM1,
};
static struct stv090x_config prof_8000_stv090x_config = {