[media] drx-j: Don't use CamelCase
[cascardo/linux.git] / drivers / media / dvb-frontends / drx39xyj / drxj_options.h
1 /*
2   Copyright (c), 2004-2005,2007-2010 Trident Microsystems, Inc.
3   All rights reserved.
4
5   Redistribution and use in source and binary forms, with or without
6   modification, are permitted provided that the following conditions are met:
7
8   * Redistributions of source code must retain the above copyright notice,
9     this list of conditions and the following disclaimer.
10   * Redistributions in binary form must reproduce the above copyright notice,
11     this list of conditions and the following disclaimer in the documentation
12         and/or other materials provided with the distribution.
13   * Neither the name of Trident Microsystems nor Hauppauge Computer Works
14     nor the names of its contributors may be used to endorse or promote
15         products derived from this software without specific prior written
16         permission.
17
18   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21   ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
22   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24   SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26   CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28   POSSIBILITY OF SUCH DAMAGE.
29 */
30
31 /**
32 * \file $Id: drxj_options.h,v 1.5 2009/10/05 21:32:49 dingtao Exp $
33 *
34 * \brief DRXJ optional settings
35 *
36 * \author Tao Ding
37 */
38
39 /* Note: Please add preprocessor DRXJ_OPTIONS_H for drxj.c to include this file */
40 #ifndef __DRXJ_OPTIONS_H__
41 #define __DRXJ_OPTIONS_H__
42
43 #ifdef __cplusplus
44 extern "C" {
45 #endif
46
47 /* #define DRXJ_DIGITAL_ONLY     */
48 /* #define DRXJ_VSB_ONLY         */
49 /* #define DRXJ_SIGNAL_ACCUM_ERR */
50 /* #define MPEG_SERIAL_OUTPUT_PIN_DRIVE_STRENGTH   0x03  */
51 /* #define MPEG_PARALLEL_OUTPUT_PIN_DRIVE_STRENGTH 0x04  */
52 /* #define MPEG_OUTPUT_CLK_DRIVE_STRENGTH    0x05  */
53 /* #define OOB_CRX_DRIVE_STRENGTH            0x04  */
54 /* #define OOB_DRX_DRIVE_STRENGTH            0x05  */
55 /* #define DRXJ_QAM_MAX_WAITTIME             1000  */
56 /* #define DRXJ_QAM_FEC_LOCK_WAITTIME        200   */
57 /* #define DRXJ_QAM_DEMOD_LOCK_EXT_WAITTIME  250   */
58
59 /*-------------------------------------------------------------------------
60 THE END
61 -------------------------------------------------------------------------*/
62 #ifdef __cplusplus
63 }
64 #endif
65 #endif                          /* __DRXJ_OPTIONS_H__ */