diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-05-30 15:43:44 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-05-30 15:43:44 +0000 |
commit | 1780f797106ee7c1651df889e15bbbcb14e2c45c (patch) | |
tree | 77d01c1b8019fb6371bf54abe4379696d8685ce5 /linux/drivers/media/video/cx88/cx88-cards.c | |
parent | 75f2c660cca5df7e49de9d916d1083b27efa0934 (diff) | |
download | mediapointer-dvb-s2-1780f797106ee7c1651df889e15bbbcb14e2c45c.tar.gz mediapointer-dvb-s2-1780f797106ee7c1651df889e15bbbcb14e2c45c.tar.bz2 |
Changed tuner number to tuner name on Pixelviel Ultra Pro.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index f9b3e71d6..3394c3515 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-cards.c,v 1.70 2005/05/30 15:34:52 mchehab Exp $ + * $Id: cx88-cards.c,v 1.71 2005/05/30 15:43:44 mchehab Exp $ * * device driver for Conexant 2388x based TV cards * card-specific stuff. @@ -597,11 +597,12 @@ struct cx88_board cx88_boards[] = { }, [CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO] = { .name = "PixelView PlayTV Ultra Pro (Stereo)", - .tuner_type = 38, + /* May be also TUNER_YMEC_TVF_5533MF for NTSC/M or PAL/M */ + .tuner_type = TUNER_PHILIPS_FM1216ME_MK3, .input = {{ .type = CX88_VMUX_TELEVISION, .vmux = 0, - .gpio0 = 0xbf61, // internal decoder + .gpio0 = 0xbf61, /* internal decoder */ },{ .type = CX88_VMUX_COMPOSITE1, .vmux = 1, |