diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-10-03 12:22:28 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-10-08 08:00:26 -0300 |
commit | 7383a47395fd5c5ae564b754ca14f6ae25dedecd (patch) | |
tree | f07fd35f04f3310dbc47299f3a73677d6a125879 /drivers/media/video/pvrusb2/pvrusb2-hdw.h | |
parent | b728666ba5244505a80d1e395194e4b90386d504 (diff) | |
download | kernel_goldelico_gta04-7383a47395fd5c5ae564b754ca14f6ae25dedecd.zip kernel_goldelico_gta04-7383a47395fd5c5ae564b754ca14f6ae25dedecd.tar.gz kernel_goldelico_gta04-7383a47395fd5c5ae564b754ca14f6ae25dedecd.tar.bz2 |
[media] pvrusb2: implement VIDIOC_QUERYSTD
Acked-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw.h')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.h b/drivers/media/video/pvrusb2/pvrusb2-hdw.h index d7753ae..6654658 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.h +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.h @@ -214,6 +214,9 @@ struct pvr2_stream *pvr2_hdw_get_video_stream(struct pvr2_hdw *); int pvr2_hdw_get_stdenum_value(struct pvr2_hdw *hdw,struct v4l2_standard *std, unsigned int idx); +/* Get the detected video standard */ +int pvr2_hdw_get_detected_std(struct pvr2_hdw *hdw, v4l2_std_id *std); + /* Enable / disable retrieval of CPU firmware or prom contents. This must be enabled before pvr2_hdw_cpufw_get() will function. Note that doing this may prevent the device from running (and leaving this mode may |