diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-02-15 09:22:37 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-25 15:10:27 -0300 |
commit | 33b6b89bd32ff54ac17fa07408e9743b20542542 (patch) | |
tree | 7465eb3eb1839de029d20c28308ec3b64f609bdb /drivers/media/usb/au0828/au0828.h | |
parent | 8d86e4e814c72cb1b1145c2e645727b46eee3b45 (diff) | |
download | linux-33b6b89bd32ff54ac17fa07408e9743b20542542.tar.bz2 |
[media] au0828: replace deprecated current_norm by g_std
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Reviewed-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/au0828/au0828.h')
-rw-r--r-- | drivers/media/usb/au0828/au0828.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/au0828/au0828.h b/drivers/media/usb/au0828/au0828.h index ad400482b2f3..ef1f57f22be7 100644 --- a/drivers/media/usb/au0828/au0828.h +++ b/drivers/media/usb/au0828/au0828.h @@ -222,6 +222,7 @@ struct au0828_dev { int vbi_width; int vbi_height; u32 vbi_read; + v4l2_std_id std; u32 field_size; u32 frame_size; u32 bytesperline; |