diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-10 05:26:05 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-10 05:26:05 -0200 |
commit | 9367837bfc7027ada0f7f128b4eba5b65fc8a13a (patch) | |
tree | 86f726adb9891616bc22f7cac5e288e7b75fc6e9 /linux/drivers/media/video/tda9840.h | |
parent | 39564bcd09a0807164f279f4700d4cc6f5ea166c (diff) | |
parent | b857ad615158d8e49953055fb34cd55050d5ebf2 (diff) | |
download | mediapointer-dvb-s2-9367837bfc7027ada0f7f128b4eba5b65fc8a13a.tar.gz mediapointer-dvb-s2-9367837bfc7027ada0f7f128b4eba5b65fc8a13a.tar.bz2 |
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-saa7146
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/tda9840.h')
-rw-r--r-- | linux/drivers/media/video/tda9840.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/linux/drivers/media/video/tda9840.h b/linux/drivers/media/video/tda9840.h deleted file mode 100644 index dc12ae7ca..000000000 --- a/linux/drivers/media/video/tda9840.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef __INCLUDED_TDA9840__ -#define __INCLUDED_TDA9840__ - -#define I2C_ADDR_TDA9840 0x42 - -/* values may range between +2.5 and -2.0; - the value has to be multiplied with 10 */ -#define TDA9840_LEVEL_ADJUST _IOW('v',3,int) - -/* values may range between +2.5 and -2.4; - the value has to be multiplied with 10 */ -#define TDA9840_STEREO_ADJUST _IOW('v',4,int) - -#endif |