From c70930e28148cf17e80f7ec8dca35e39151a5d73 Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Tue, 7 Jun 2005 18:02:26 +0000 Subject: Add new cards Kworld/Tevion V-Stream Xpert TV-PVR 7134 ADS Instant TV PCI (PTV-350) saa713x Fix FlyTV FM mini Thanks to Fabrice Aeschbacher and to hermann pitton --- linux/drivers/media/video/tea5767.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/drivers/media/video/tea5767.c') diff --git a/linux/drivers/media/video/tea5767.c b/linux/drivers/media/video/tea5767.c index ae60613f9..94b69fb43 100644 --- a/linux/drivers/media/video/tea5767.c +++ b/linux/drivers/media/video/tea5767.c @@ -2,7 +2,7 @@ * For Philips TEA5767 FM Chip used on some TV Cards like Prolink Pixelview * I2C address is allways 0xC0. * - * $Id: tea5767.c,v 1.3 2005/06/07 02:45:36 mchehab Exp $ + * $Id: tea5767.c,v 1.4 2005/06/07 18:02:26 nsh Exp $ * * Copyright (c) 2005 Mauro Carvalho Chehab (mchehab@brturbo.com.br) * This code is placed under the terms of the GNU General Public License @@ -145,7 +145,7 @@ int radio_frq[16]={ 0, 1, 2, 3, 5, 6, 7, 9, 10, 11, 13, 14, 15, 17, 18, 19 }; /* radio adjust freq for even channel frequencies */ /* int radio_frq[16]={ 0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 19 }; */ -/ * 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 */ +/* 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 */ static void set_radio_freq(struct i2c_client *c, unsigned int frq) { -- cgit v1.2.3