diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-02-06 16:43:07 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-05 18:23:02 +0100 |
commit | 6795cc55506606988175c16aa0e17d9f349706ca (patch) | |
tree | 3e91f8a56c2ea5ce6e5bbcbcd841d64ce06147e0 /drivers/media/pci/bt8xx/bttvp.h | |
parent | [media] bttv: fix priority handling (diff) | |
download | linux-6795cc55506606988175c16aa0e17d9f349706ca.tar.xz linux-6795cc55506606988175c16aa0e17d9f349706ca.zip |
[media] bttv: use centralized std and implement g_std
The 'current_norm' field cannot be used if multiple device nodes (video and
vbi in this case) set the same std.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/media/pci/bt8xx/bttvp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/pci/bt8xx/bttvp.h b/drivers/media/pci/bt8xx/bttvp.h index 12cc4ebdc00f..86d67bb5adec 100644 --- a/drivers/media/pci/bt8xx/bttvp.h +++ b/drivers/media/pci/bt8xx/bttvp.h @@ -424,6 +424,7 @@ struct bttv { unsigned int mute; unsigned long tv_freq; unsigned int tvnorm; + v4l2_std_id std; int hue, contrast, bright, saturation; struct v4l2_framebuffer fbuf; unsigned int field_count; |