summaryrefslogtreecommitdiff
path: root/linux/include
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2004-04-06 15:24:05 +0000
committerGerd Knorr <devnull@localhost>2004-04-06 15:24:05 +0000
commit80587bd9cacb93bf547305f6cc85095b2b03ea87 (patch)
tree5325def45fd7e95cd03834f08868af9887eb2b74 /linux/include
parentb5aa034313ae40531a19b51b4945be00ab571a5b (diff)
downloadmediapointer-dvb-s2-80587bd9cacb93bf547305f6cc85095b2b03ea87.tar.gz
mediapointer-dvb-s2-80587bd9cacb93bf547305f6cc85095b2b03ea87.tar.bz2
- major rewrite of the tda9887 module.
- start switching over tuner + tda9887 to v4l2.
Diffstat (limited to 'linux/include')
-rw-r--r--linux/include/linux/videodev2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/include/linux/videodev2.h b/linux/include/linux/videodev2.h
index 0fc702180..05d2f893d 100644
--- a/linux/include/linux/videodev2.h
+++ b/linux/include/linux/videodev2.h
@@ -545,6 +545,8 @@ typedef __u64 v4l2_std_id;
V4L2_STD_PAL_N |\
V4L2_STD_PAL_Nc |\
V4L2_STD_SECAM)
+#define V4L2_STD_ATSC (V4L2_STD_ATSC_8_VSB |\
+ V4L2_STD_ATSC_16_VSB)
#define V4L2_STD_UNKNOWN 0
#define V4L2_STD_ALL (V4L2_STD_525_60 |\