diff options
Diffstat (limited to 'drivers/media/video/cx231xx/cx231xx-reg.h')
-rw-r--r-- | drivers/media/video/cx231xx/cx231xx-reg.h | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx-reg.h b/drivers/media/video/cx231xx/cx231xx-reg.h index 7c8ba4e053e7..d2d325b21d4f 100644 --- a/drivers/media/video/cx231xx/cx231xx-reg.h +++ b/drivers/media/video/cx231xx/cx231xx-reg.h | |||
@@ -1,5 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | cx231xx-reg.h - driver for Conexant Cx23100/101/102 USB video capture devices | 2 | cx231xx-reg.h - driver for Conexant Cx23100/101/102 |
3 | USB video capture devices | ||
3 | 4 | ||
4 | Copyright (C) 2008 <srinivasa.deevi at conexant dot com> | 5 | Copyright (C) 2008 <srinivasa.deevi at conexant dot com> |
5 | 6 | ||
@@ -22,7 +23,7 @@ | |||
22 | #define _CX231XX_REG_H | 23 | #define _CX231XX_REG_H |
23 | 24 | ||
24 | /***************************************************************************** | 25 | /***************************************************************************** |
25 | * VBI codes * | 26 | * VBI codes * |
26 | *****************************************************************************/ | 27 | *****************************************************************************/ |
27 | 28 | ||
28 | #define SAV_ACTIVE_VIDEO_FIELD1 0x80 | 29 | #define SAV_ACTIVE_VIDEO_FIELD1 0x80 |
@@ -1533,13 +1534,13 @@ | |||
1533 | #define INPUT_MODE_YC2_2 2 /* INPUT_MODE_VALUE(2) */ | 1534 | #define INPUT_MODE_YC2_2 2 /* INPUT_MODE_VALUE(2) */ |
1534 | #define INPUT_MODE_YUV_3 3 /* INPUT_MODE_VALUE(3) */ | 1535 | #define INPUT_MODE_YUV_3 3 /* INPUT_MODE_VALUE(3) */ |
1535 | 1536 | ||
1536 | #define LUMA_LPF_LOW_BANDPASS 0 /* 0.6Mhz lowpass filter bandwidth */ | 1537 | #define LUMA_LPF_LOW_BANDPASS 0 /* 0.6Mhz LPF BW */ |
1537 | #define LUMA_LPF_MEDIUM_BANDPASS 1 /* 1.0Mhz lowpass filter bandwidth */ | 1538 | #define LUMA_LPF_MEDIUM_BANDPASS 1 /* 1.0Mhz LPF BW */ |
1538 | #define LUMA_LPF_HIGH_BANDPASS 2 /* 1.5Mhz lowpass filter bandwidth */ | 1539 | #define LUMA_LPF_HIGH_BANDPASS 2 /* 1.5Mhz LPF BW */ |
1539 | 1540 | ||
1540 | #define UV_LPF_LOW_BANDPASS 0 /* 0.6Mhz lowpass filter bandwidth */ | 1541 | #define UV_LPF_LOW_BANDPASS 0 /* 0.6Mhz LPF BW */ |
1541 | #define UV_LPF_MEDIUM_BANDPASS 1 /* 1.0Mhz lowpass filter bandwidth */ | 1542 | #define UV_LPF_MEDIUM_BANDPASS 1 /* 1.0Mhz LPF BW */ |
1542 | #define UV_LPF_HIGH_BANDPASS 2 /* 1.5Mhz lowpass filter bandwidth */ | 1543 | #define UV_LPF_HIGH_BANDPASS 2 /* 1.5Mhz LPF BW */ |
1543 | 1544 | ||
1544 | #define TWO_TAP_FILT 0 | 1545 | #define TWO_TAP_FILT 0 |
1545 | #define THREE_TAP_FILT 1 | 1546 | #define THREE_TAP_FILT 1 |