diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index 98e40026aa4d..1c036cc36fe1 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -628,6 +628,27 @@ struct cx88_board cx88_boards[] = { | |||
628 | .gpio1 = 0x0000e07f, | 628 | .gpio1 = 0x0000e07f, |
629 | }} | 629 | }} |
630 | }, | 630 | }, |
631 | [CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO] = { | ||
632 | .name = "PixelView PlayTV Ultra Pro (Stereo)", | ||
633 | .tuner_type = 38, | ||
634 | .input = {{ | ||
635 | .type = CX88_VMUX_TELEVISION, | ||
636 | .vmux = 0, | ||
637 | .gpio0 = 0xbf61, // internal decoder | ||
638 | },{ | ||
639 | .type = CX88_VMUX_COMPOSITE1, | ||
640 | .vmux = 1, | ||
641 | .gpio0 = 0xbf63, | ||
642 | },{ | ||
643 | .type = CX88_VMUX_SVIDEO, | ||
644 | .vmux = 2, | ||
645 | .gpio0 = 0xbf63, | ||
646 | }}, | ||
647 | .radio = { | ||
648 | .type = CX88_RADIO, | ||
649 | .gpio0 = 0xbf60, | ||
650 | }, | ||
651 | }, | ||
631 | }; | 652 | }; |
632 | const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards); | 653 | const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards); |
633 | 654 | ||