From 546f880560fc046cbe04f9d09872bc3f651df834 Mon Sep 17 00:00:00 2001 From: Trent Piepho Date: Tue, 31 Jul 2007 23:06:50 -0300 Subject: [PATCH] --- yaml --- r: 65711 b: refs/heads/master c: 19dc74b7c5f02ada19840a85582f42f4dddcdb3e h: refs/heads/master i: 65709: 9e74d6ca88aeecc65fd6c834ff7c12c045d57a94 65707: 1cc51b26709d54aae61108c889a12f4465b59442 65703: 23624ed955f470e2657e8add89225cc3647d0418 65695: ae8b3e0e359c47d836d5ae2425b2c7a765db8d6a v: v3 --- [refs] | 2 +- trunk/drivers/media/video/cx88/cx88-cards.c | 27 ++++++++++----------- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/[refs] b/[refs] index d6b5f371b2bd..3c597d7cc490 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bfd7beacff2b5c811badb587a74c3dfbf7f98721 +refs/heads/master: 19dc74b7c5f02ada19840a85582f42f4dddcdb3e diff --git a/trunk/drivers/media/video/cx88/cx88-cards.c b/trunk/drivers/media/video/cx88/cx88-cards.c index 6a136ddbccf8..1fc71a78b926 100644 --- a/trunk/drivers/media/video/cx88/cx88-cards.c +++ b/trunk/drivers/media/video/cx88/cx88-cards.c @@ -575,35 +575,34 @@ struct cx88_board cx88_boards[] = { .tuner_addr = ADDR_UNSET, .radio_addr = ADDR_UNSET, .tda9887_conf = TDA9887_PRESENT, + /* GPIO[2] = audio source for analog audio out connector + * 0 = analog audio input connector + * 1 = CX88 audio DACs + * + * GPIO[7] = input to CX88's audio/chroma ADC + * 0 = FM 10.7 MHz IF + * 1 = Sound 4.5 MHz IF + * + * GPIO[1,5,6] = Oren 51132 pins 27,35,28 respectively + * + * GPIO[16] = Remote control input + */ .input = {{ .type = CX88_VMUX_TELEVISION, .vmux = 0, .gpio0 = 0x00008484, - .gpio1 = 0x00000000, - .gpio2 = 0x00000000, - .gpio3 = 0x00000000, },{ .type = CX88_VMUX_COMPOSITE1, .vmux = 1, .gpio0 = 0x00008400, - .gpio1 = 0x00000000, - .gpio2 = 0x00000000, - .gpio3 = 0x00000000, },{ .type = CX88_VMUX_SVIDEO, .vmux = 2, .gpio0 = 0x00008400, - .gpio1 = 0x00000000, - .gpio2 = 0x00000000, - .gpio3 = 0x00000000, }}, .radio = { .type = CX88_RADIO, - .vmux = 2, - .gpio0 = 0x00008400, - .gpio1 = 0x00000000, - .gpio2 = 0x00000000, - .gpio3 = 0x00000000, + .gpio0 = 0x00008404, }, .mpeg = CX88_MPEG_DVB, },