aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/cx88/cx88-cards.c27
1 files changed, 13 insertions, 14 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c
index 6a136ddbccf8..1fc71a78b926 100644
--- a/drivers/media/video/cx88/cx88-cards.c
+++ b/drivers/media/video/cx88/cx88-cards.c
@@ -575,35 +575,34 @@ struct cx88_board cx88_boards[] = {
575 .tuner_addr = ADDR_UNSET, 575 .tuner_addr = ADDR_UNSET,
576 .radio_addr = ADDR_UNSET, 576 .radio_addr = ADDR_UNSET,
577 .tda9887_conf = TDA9887_PRESENT, 577 .tda9887_conf = TDA9887_PRESENT,
578 /* GPIO[2] = audio source for analog audio out connector
579 * 0 = analog audio input connector
580 * 1 = CX88 audio DACs
581 *
582 * GPIO[7] = input to CX88's audio/chroma ADC
583 * 0 = FM 10.7 MHz IF
584 * 1 = Sound 4.5 MHz IF
585 *
586 * GPIO[1,5,6] = Oren 51132 pins 27,35,28 respectively
587 *
588 * GPIO[16] = Remote control input
589 */
578 .input = {{ 590 .input = {{
579 .type = CX88_VMUX_TELEVISION, 591 .type = CX88_VMUX_TELEVISION,
580 .vmux = 0, 592 .vmux = 0,
581 .gpio0 = 0x00008484, 593 .gpio0 = 0x00008484,
582 .gpio1 = 0x00000000,
583 .gpio2 = 0x00000000,
584 .gpio3 = 0x00000000,
585 },{ 594 },{
586 .type = CX88_VMUX_COMPOSITE1, 595 .type = CX88_VMUX_COMPOSITE1,
587 .vmux = 1, 596 .vmux = 1,
588 .gpio0 = 0x00008400, 597 .gpio0 = 0x00008400,
589 .gpio1 = 0x00000000,
590 .gpio2 = 0x00000000,
591 .gpio3 = 0x00000000,
592 },{ 598 },{
593 .type = CX88_VMUX_SVIDEO, 599 .type = CX88_VMUX_SVIDEO,
594 .vmux = 2, 600 .vmux = 2,
595 .gpio0 = 0x00008400, 601 .gpio0 = 0x00008400,
596 .gpio1 = 0x00000000,
597 .gpio2 = 0x00000000,
598 .gpio3 = 0x00000000,
599 }}, 602 }},
600 .radio = { 603 .radio = {
601 .type = CX88_RADIO, 604 .type = CX88_RADIO,
602 .vmux = 2, 605 .gpio0 = 0x00008404,
603 .gpio0 = 0x00008400,
604 .gpio1 = 0x00000000,
605 .gpio2 = 0x00000000,
606 .gpio3 = 0x00000000,
607 }, 606 },
608 .mpeg = CX88_MPEG_DVB, 607 .mpeg = CX88_MPEG_DVB,
609 }, 608 },