From 80587bd9cacb93bf547305f6cc85095b2b03ea87 Mon Sep 17 00:00:00 2001 From: Gerd Knorr Date: Tue, 6 Apr 2004 15:24:05 +0000 Subject: - major rewrite of the tda9887 module. - start switching over tuner + tda9887 to v4l2. --- linux/include/linux/videodev2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux/include') 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 |\ -- cgit v1.2.3