From 1780f797106ee7c1651df889e15bbbcb14e2c45c Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 30 May 2005 15:43:44 +0000 Subject: Changed tuner number to tuner name on Pixelviel Ultra Pro. --- linux/drivers/media/video/cx88/cx88-cards.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'linux') 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, -- cgit v1.2.3