summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-07-07 02:41:42 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-07-07 02:41:42 +0000
commit57de10f8f05c1b3ec4d777d997981b67b08a2782 (patch)
treed3c5661de86ac667011ad79f1d288e953c0d59ec /linux
parent07cd84707b8961cb002dff94b04762a59aa275b7 (diff)
downloadmediapointer-dvb-s2-57de10f8f05c1b3ec4d777d997981b67b08a2782.tar.gz
mediapointer-dvb-s2-57de10f8f05c1b3ec4d777d997981b67b08a2782.tar.bz2
* 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>
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/video/tuner-core.c4
1 files changed, 2 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;