summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tuner-simple.c
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-07-07 01:49:30 +0000
committerMichael Krufky <devnull@localhost>2005-07-07 01:49:30 +0000
commitf94a9771f5ace472b56b7f68cfe08fa1356f8a4c (patch)
treea0b24b9f14ef2989c48eb8d4353c72eb634b088e /linux/drivers/media/video/tuner-simple.c
parentfa9f3c40eb5f4bfeb745c2849a06c28672e99464 (diff)
downloadmediapointer-dvb-s2-f94a9771f5ace472b56b7f68cfe08fa1356f8a4c.tar.gz
mediapointer-dvb-s2-f94a9771f5ace472b56b7f68cfe08fa1356f8a4c.tar.bz2
* lgdt3302.c:
- Fix bug in lgdt3302_read_status to return correct FE_HAS_SIGNAL and FS_HAS_CARRIER status. * msp3400.c, saa7134-cards.c, saa7134-i2c.c: * tuner-simple.c, video-buf-dvb.c: - Remove trailing whitespace. Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/video/tuner-simple.c')
-rw-r--r--linux/drivers/media/video/tuner-simple.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/linux/drivers/media/video/tuner-simple.c b/linux/drivers/media/video/tuner-simple.c
index ee10dbad1..316483e5f 100644
--- a/linux/drivers/media/video/tuner-simple.c
+++ b/linux/drivers/media/video/tuner-simple.c
@@ -1,5 +1,5 @@
/*
- * $Id: tuner-simple.c,v 1.38 2005/07/06 21:46:25 nsh Exp $
+ * $Id: tuner-simple.c,v 1.39 2005/07/07 01:49:30 mkrufky Exp $
*
* i2c tv tuner chip device driver
* controls all those simple 4-control-bytes style tuners.
@@ -57,9 +57,9 @@
/* Control byte */
-#define TUNER_RATIO_MASK 0x06 /* Bit cb1:cb2 */
-#define TUNER_RATIO_SELECT_50 0x00
-#define TUNER_RATIO_SELECT_32 0x02
+#define TUNER_RATIO_MASK 0x06 /* Bit cb1:cb2 */
+#define TUNER_RATIO_SELECT_50 0x00
+#define TUNER_RATIO_SELECT_32 0x02
#define TUNER_RATIO_SELECT_166 0x04
#define TUNER_RATIO_SELECT_62 0x06
@@ -71,11 +71,11 @@
#define TUNER_FL 0x40
#define TUNER_MODE 0x38
#define TUNER_AFC 0x07
-#define TUNER_SIGNAL 0x07
-#define TUNER_STEREO 0x10
+#define TUNER_SIGNAL 0x07
+#define TUNER_STEREO 0x10
#define TUNER_PLL_LOCKED 0x40
-#define TUNER_STEREO_MK3 0x04
+#define TUNER_STEREO_MK3 0x04
/* ---------------------------------------------------------------------- */