summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tea5767.c
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <devnull@localhost>2005-06-07 18:02:26 +0000
committerNickolay V. Shmyrev <devnull@localhost>2005-06-07 18:02:26 +0000
commitc70930e28148cf17e80f7ec8dca35e39151a5d73 (patch)
treeb677989514abf72b56673d2f11289f11276552b2 /linux/drivers/media/video/tea5767.c
parent3850fa7b319d262dc080156cba57d7bbf13cd5d5 (diff)
downloadmediapointer-dvb-s2-c70930e28148cf17e80f7ec8dca35e39151a5d73.tar.gz
mediapointer-dvb-s2-c70930e28148cf17e80f7ec8dca35e39151a5d73.tar.bz2
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 <fabrice.aeschbacher@laposte.net> and to hermann pitton <hermann.pitton@onlinehome.de>
Diffstat (limited to 'linux/drivers/media/video/tea5767.c')
-rw-r--r--linux/drivers/media/video/tea5767.c4
1 files changed, 2 insertions, 2 deletions
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)
{