diff options
-rw-r--r-- | linux/drivers/media/video/tuner-core.c | 4 | ||||
-rw-r--r-- | v4l/ChangeLog | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/linux/drivers/media/video/tuner-core.c b/linux/drivers/media/video/tuner-core.c index 917d932b2..9f56bbaf6 100644 --- a/linux/drivers/media/video/tuner-core.c +++ b/linux/drivers/media/video/tuner-core.c @@ -1,5 +1,5 @@ /* - * $Id: tuner-core.c,v 1.51 2005/07/06 09:42:19 mchehab Exp $ + * $Id: tuner-core.c,v 1.52 2005/07/07 02:41:42 mchehab Exp $ * * i2c tv tuner chip device driver * core core, i.e. kernel interfaces, registering and so on @@ -524,7 +524,7 @@ static int tuner_command(struct i2c_client *client, unsigned int cmd, void *arg) vt->flags &= ~VIDEO_TUNER_STEREO_ON; } - vt->flags |= V4L2_TUNER_CAP_LOW; /* Allow freqs at 62.5 Hz */ + vt->flags |= VIDEO_TUNER_LOW; /* Allow freqs at 62.5 Hz */ vt->rangelow = radio_range[0] * 16000; vt->rangehigh = radio_range[1] * 16000; diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 202254079..6c7823daf 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,11 @@ +2005-07-07 02:41 mchehab + * tuner-core.c: + + - Fix setting of VIDEO_TUNER_LOW in v4l1 mode with radio. + + Signed-Off-By: Nickolay V. Shmyrev <nshmyrev@yandex.ru> + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-07-06 21:44 mkrufky * lgdt3302.c: - Fix bug in lgdt3302_read_status to return correct |