aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/cx88/cx88-cards.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c
index c91f30e11f22..c7042cf41231 100644
--- a/drivers/media/video/cx88/cx88-cards.c
+++ b/drivers/media/video/cx88/cx88-cards.c
@@ -323,19 +323,19 @@ struct cx88_board cx88_boards[] = {
323 .input = {{ 323 .input = {{
324 .type = CX88_VMUX_TELEVISION, 324 .type = CX88_VMUX_TELEVISION,
325 .vmux = 0, 325 .vmux = 0,
326 .gpio0 = 0xbff0, 326 .gpio0 = 0xbff0,
327 },{ 327 },{
328 .type = CX88_VMUX_COMPOSITE1, 328 .type = CX88_VMUX_COMPOSITE1,
329 .vmux = 1, 329 .vmux = 1,
330 .gpio0 = 0xbff3, 330 .gpio0 = 0xbff3,
331 },{ 331 },{
332 .type = CX88_VMUX_SVIDEO, 332 .type = CX88_VMUX_SVIDEO,
333 .vmux = 2, 333 .vmux = 2,
334 .gpio0 = 0xbff3, 334 .gpio0 = 0xbff3,
335 }}, 335 }},
336 .radio = { 336 .radio = {
337 .type = CX88_RADIO, 337 .type = CX88_RADIO,
338 .gpio0 = 0xbff0, 338 .gpio0 = 0xbff0,
339 }, 339 },
340 }, 340 },
341 [CX88_BOARD_ASUS_PVR_416] = { 341 [CX88_BOARD_ASUS_PVR_416] = {