Skip to content

Commit

Permalink
[media] tm6000: bugfix set tv standards
Browse files Browse the repository at this point in the history
bugfix set tv standards

Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Stefan Ringel authored and Mauro Carvalho Chehab committed Nov 9, 2010
1 parent 399d846 commit 4f52610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/tm6000/tm6000-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -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_core *dev = fh->dev;

dev->norm = *norm;
rc = tm6000_init_analog_mode(dev);

fh->width = dev->width;
Expand Down

0 comments on commit 4f52610

Please sign in to comment.