diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-07-16 14:53:36 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-05 00:33:46 +0400 |
commit | 668cb00ed50688190417ae95cc2d2bf22ec285d2 (patch) | |
tree | f194bc76d447cfd1e3d9d653efdc849e1c8c96bf /drivers/media/usb/tlg2300/pd-common.h | |
parent | 173fdb8aff63a4275fd5f51742b4e13bd7680ab8 (diff) | |
download | linux-668cb00ed50688190417ae95cc2d2bf22ec285d2.tar.xz |
[media] tlg2300: switch to v4l2_fh
This switch to v4l2_fh resolves the last v4l2_compliance issues with respect
to control events and priority handling.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Huang Shijie <shijie8@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/tlg2300/pd-common.h')
-rw-r--r-- | drivers/media/usb/tlg2300/pd-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/usb/tlg2300/pd-common.h b/drivers/media/usb/tlg2300/pd-common.h index b26082af1b52..67ad065d2c3c 100644 --- a/drivers/media/usb/tlg2300/pd-common.h +++ b/drivers/media/usb/tlg2300/pd-common.h @@ -116,7 +116,6 @@ struct poseidon_audio { struct radio_data { __u32 fm_freq; - int users; unsigned int is_radio_streaming; int pre_emphasis; struct video_device fm_dev; |