diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-cards.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx23885/cx23885-cards.c b/drivers/media/video/cx23885/cx23885-cards.c index 3c01be999e35..19b5499d2624 100644 --- a/drivers/media/video/cx23885/cx23885-cards.c +++ b/drivers/media/video/cx23885/cx23885-cards.c | |||
@@ -213,8 +213,8 @@ struct cx23885_board cx23885_boards[] = { | |||
213 | .portc = CX23885_MPEG_DVB, | 213 | .portc = CX23885_MPEG_DVB, |
214 | .tuner_type = TUNER_XC4000, | 214 | .tuner_type = TUNER_XC4000, |
215 | .tuner_addr = 0x61, | 215 | .tuner_addr = 0x61, |
216 | .radio_type = TUNER_XC4000, | 216 | .radio_type = UNSET, |
217 | .radio_addr = 0x61, | 217 | .radio_addr = ADDR_UNSET, |
218 | .input = {{ | 218 | .input = {{ |
219 | .type = CX23885_VMUX_TELEVISION, | 219 | .type = CX23885_VMUX_TELEVISION, |
220 | .vmux = CX25840_VIN2_CH1 | | 220 | .vmux = CX25840_VIN2_CH1 | |