diff options
Diffstat (limited to 'linux/drivers/media/video/tda8290.c')
-rw-r--r-- | linux/drivers/media/video/tda8290.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/tda8290.c b/linux/drivers/media/video/tda8290.c index 44ea3c1e9..3c7f8c4c2 100644 --- a/linux/drivers/media/video/tda8290.c +++ b/linux/drivers/media/video/tda8290.c @@ -1,5 +1,5 @@ /* - * $Id: tda8290.c,v 1.13 2005/06/28 23:41:47 mkrufky Exp $ + * $Id: tda8290.c,v 1.14 2005/07/05 17:37:35 nsh Exp $ * * i2c tv tuner chip device driver * controls the philips tda8290+75 tuner chip combo. @@ -141,7 +141,7 @@ static void set_frequency(struct tuner *t, u16 ifc, unsigned int freq) { u32 N; - if (t->mode == V4L2_TUNER_RADIO) + if (t->mode == T_RADIO) freq = freq / 1000; N = (((freq<<3)+ifc)&0x3fffc); |