diff options
author | Nickolay V. Shmyrev <nshmyrev@yandex.ru> | 2005-11-09 00:36:50 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:12 -0500 |
commit | 70b6934a6c6b5f242a42978f3c5e4f45d476dddb (patch) | |
tree | 4dc11b5d2936953cf13ea335c6c56845dd26b991 /include/media | |
parent | 058afaf80932445fb33f957d29758479a65932ce (diff) |
[PATCH] v4l: 691: set if of tda8275 according to tv norm
- Set IF of tda8275 according to tv norm.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/tuner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/tuner.h b/include/media/tuner.h index bf925702fbbf..97e16bddf651 100644 --- a/include/media/tuner.h +++ b/include/media/tuner.h | |||
@@ -191,6 +191,7 @@ struct tuner { | |||
191 | /* used by tda8290 */ | 191 | /* used by tda8290 */ |
192 | unsigned char i2c_easy_mode[2]; | 192 | unsigned char i2c_easy_mode[2]; |
193 | unsigned char i2c_set_freq[8]; | 193 | unsigned char i2c_set_freq[8]; |
194 | unsigned int sgIF; | ||
194 | 195 | ||
195 | /* function ptrs */ | 196 | /* function ptrs */ |
196 | void (*tv_freq)(struct i2c_client *c, unsigned int freq); | 197 | void (*tv_freq)(struct i2c_client *c, unsigned int freq); |