aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/msp3400-driver.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-10-04 08:44:02 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-10-08 07:01:34 -0400
commit5d1ed98683abafef595b8e3a237f845b82152606 (patch)
tree823d8b53ddadc9c45308ee357e2fafb033d8be5e /drivers/media/video/msp3400-driver.h
parent8d6c0b216fd9a7f4b34aca6bd822756b9ef5690b (diff)
[media] msp3400: Add standards detection to the driver
As msp3400 allows standards detection, add support for it. That efectivelly means that devices with msp3400 can now implement VIDIOC_QUERYSTD, and it will provide very good detection for the standard, specially if combined with a video decoder detection. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/msp3400-driver.h')
-rw-r--r--drivers/media/video/msp3400-driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/msp3400-driver.h b/drivers/media/video/msp3400-driver.h
index 32a478e532f3..831e8db4368c 100644
--- a/drivers/media/video/msp3400-driver.h
+++ b/drivers/media/video/msp3400-driver.h
@@ -75,7 +75,7 @@ struct msp_state {
75 int opmode; 75 int opmode;
76 int std; 76 int std;
77 int mode; 77 int mode;
78 v4l2_std_id v4l2_std; 78 v4l2_std_id v4l2_std, detected_std;
79 int nicam_on; 79 int nicam_on;
80 int acb; 80 int acb;
81 int in_scart; 81 int in_scart;