[media] tm6000: bugfix set tv standards

bugfix set tv standards

Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Stefan Ringel 2010-10-27 16:48:05 -03:00 коммит произвёл Mauro Carvalho Chehab
Родитель 399d846556
Коммит 4f52610e29
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1032,6 +1032,7 @@ static int vidioc_s_std (struct file *file, void *priv, v4l2_std_id *norm)
struct tm6000_fh *fh=priv; struct tm6000_fh *fh=priv;
struct tm6000_core *dev = fh->dev; struct tm6000_core *dev = fh->dev;
dev->norm = *norm;
rc = tm6000_init_analog_mode(dev); rc = tm6000_init_analog_mode(dev);
fh->width = dev->width; fh->width = dev->width;