V4L/DVB (3123a): remove uneeded #if from V4L subsystem
[deliverable/linux.git] / drivers / media / video / saa7134 / saa7134.h
CommitLineData
1da177e4 1/*
1da177e4
LT
2 *
3 * v4l2 device driver for philips saa7134 based TV cards
4 *
5 * (c) 2001,02 Gerd Knorr <kraxel@bytesex.org>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 */
21
10b89ee3 22#include <linux/version.h>
fd3113e8 23#define SAA7134_VERSION_CODE KERNEL_VERSION(0,2,14)
1da177e4
LT
24
25#include <linux/pci.h>
26#include <linux/i2c.h>
79436633 27#include <linux/videodev2.h>
1da177e4
LT
28#include <linux/kdev_t.h>
29#include <linux/input.h>
67081a46
MK
30#include <linux/notifier.h>
31#include <linux/delay.h>
1da177e4
LT
32
33#include <asm/io.h>
34
35#include <media/tuner.h>
36#include <media/audiochip.h>
1da177e4 37#include <media/ir-common.h>
ac9cd976 38#include <media/ir-kbd-i2c.h>
1da177e4
LT
39#include <media/video-buf.h>
40#include <media/video-buf-dvb.h>
41
42#ifndef TRUE
43# define TRUE (1==1)
44#endif
45#ifndef FALSE
46# define FALSE (1==0)
47#endif
48#define UNSET (-1U)
49
bd15eba3
RC
50#include <sound/driver.h>
51#include <sound/core.h>
52#include <sound/pcm.h>
53
1da177e4
LT
54/* ----------------------------------------------------------- */
55/* enums */
56
57enum saa7134_tvaudio_mode {
58 TVAUDIO_FM_MONO = 1,
59 TVAUDIO_FM_BG_STEREO = 2,
60 TVAUDIO_FM_SAT_STEREO = 3,
61 TVAUDIO_FM_K_STEREO = 4,
62 TVAUDIO_NICAM_AM = 5,
63 TVAUDIO_NICAM_FM = 6,
64};
65
66enum saa7134_audio_in {
67 TV = 1,
68 LINE1 = 2,
69 LINE2 = 3,
70 LINE2_LEFT,
71};
72
73enum saa7134_video_out {
74 CCIR656 = 1,
75};
76
77/* ----------------------------------------------------------- */
78/* static data */
79
80struct saa7134_tvnorm {
81 char *name;
82 v4l2_std_id id;
83
84 /* video decoder */
85 unsigned int sync_control;
86 unsigned int luma_control;
87 unsigned int chroma_ctrl1;
88 unsigned int chroma_gain;
89 unsigned int chroma_ctrl2;
90 unsigned int vgate_misc;
91
92 /* video scaler */
93 unsigned int h_start;
94 unsigned int h_stop;
95 unsigned int video_v_start;
96 unsigned int video_v_stop;
f246a817
MS
97 unsigned int vbi_v_start_0;
98 unsigned int vbi_v_stop_0;
1da177e4 99 unsigned int src_timing;
f246a817 100 unsigned int vbi_v_start_1;
1da177e4
LT
101};
102
103struct saa7134_tvaudio {
104 char *name;
105 v4l2_std_id std;
106 enum saa7134_tvaudio_mode mode;
107 int carr1;
108 int carr2;
109};
110
111struct saa7134_format {
112 char *name;
113 unsigned int fourcc;
114 unsigned int depth;
115 unsigned int pm;
116 unsigned int vshift; /* vertical downsampling (for planar yuv) */
117 unsigned int hshift; /* horizontal downsampling (for planar yuv) */
118 unsigned int bswap:1;
119 unsigned int wswap:1;
120 unsigned int yuv:1;
121 unsigned int planar:1;
122 unsigned int uvswap:1;
123};
124
125/* ----------------------------------------------------------- */
126/* card configuration */
127
128#define SAA7134_BOARD_NOAUTO UNSET
129#define SAA7134_BOARD_UNKNOWN 0
130#define SAA7134_BOARD_PROTEUS_PRO 1
131#define SAA7134_BOARD_FLYVIDEO3000 2
132#define SAA7134_BOARD_FLYVIDEO2000 3
133#define SAA7134_BOARD_EMPRESS 4
134#define SAA7134_BOARD_MONSTERTV 5
135#define SAA7134_BOARD_MD9717 6
136#define SAA7134_BOARD_TVSTATION_RDS 7
137#define SAA7134_BOARD_CINERGY400 8
138#define SAA7134_BOARD_MD5044 9
139#define SAA7134_BOARD_KWORLD 10
140#define SAA7134_BOARD_CINERGY600 11
141#define SAA7134_BOARD_MD7134 12
142#define SAA7134_BOARD_TYPHOON_90031 13
143#define SAA7134_BOARD_ELSA 14
144#define SAA7134_BOARD_ELSA_500TV 15
145#define SAA7134_BOARD_ASUSTeK_TVFM7134 16
146#define SAA7134_BOARD_VA1000POWER 17
147#define SAA7134_BOARD_BMK_MPEX_NOTUNER 18
148#define SAA7134_BOARD_VIDEOMATE_TV 19
149#define SAA7134_BOARD_CRONOS_PLUS 20
150#define SAA7134_BOARD_10MOONSTVMASTER 21
151#define SAA7134_BOARD_MD2819 22
152#define SAA7134_BOARD_BMK_MPEX_TUNER 23
153#define SAA7134_BOARD_TVSTATION_DVR 24
154#define SAA7134_BOARD_ASUSTEK_TVFM7133 25
155#define SAA7134_BOARD_PINNACLE_PCTV_STEREO 26
156#define SAA7134_BOARD_MANLI_MTV002 27
157#define SAA7134_BOARD_MANLI_MTV001 28
158#define SAA7134_BOARD_TG3000TV 29
159#define SAA7134_BOARD_ECS_TVP3XP 30
160#define SAA7134_BOARD_ECS_TVP3XP_4CB5 31
161#define SAA7134_BOARD_AVACSSMARTTV 32
162#define SAA7134_BOARD_AVERMEDIA_DVD_EZMAKER 33
163#define SAA7134_BOARD_NOVAC_PRIMETV7133 34
164#define SAA7134_BOARD_AVERMEDIA_STUDIO_305 35
330a115a 165#define SAA7134_BOARD_UPMOST_PURPLE_TV 36
1da177e4
LT
166#define SAA7134_BOARD_ITEMS_MTV005 37
167#define SAA7134_BOARD_CINERGY200 38
168#define SAA7134_BOARD_FLYTVPLATINUM_MINI 39
169#define SAA7134_BOARD_VIDEOMATE_TV_PVR 40
170#define SAA7134_BOARD_VIDEOMATE_TV_GOLD_PLUS 41
171#define SAA7134_BOARD_SABRENT_SBTTVFM 42
172#define SAA7134_BOARD_ZOLID_XPERT_TV7134 43
173#define SAA7134_BOARD_EMPIRE_PCI_TV_RADIO_LE 44
ac19ecc6 174#define SAA7134_BOARD_AVERMEDIA_STUDIO_307 45
1da177e4
LT
175#define SAA7134_BOARD_AVERMEDIA_CARDBUS 46
176#define SAA7134_BOARD_CINERGY400_CARDBUS 47
177#define SAA7134_BOARD_CINERGY600_MK3 48
178#define SAA7134_BOARD_VIDEOMATE_GOLD_PLUS 49
179#define SAA7134_BOARD_PINNACLE_300I_DVBT_PAL 50
180#define SAA7134_BOARD_PROVIDEO_PV952 51
181#define SAA7134_BOARD_AVERMEDIA_305 52
330a115a 182#define SAA7134_BOARD_ASUSTeK_TVFM7135 53
1da177e4
LT
183#define SAA7134_BOARD_FLYTVPLATINUM_FM 54
184#define SAA7134_BOARD_FLYDVBTDUO 55
ac19ecc6
MCC
185#define SAA7134_BOARD_AVERMEDIA_307 56
186#define SAA7134_BOARD_AVERMEDIA_GO_007_FM 57
187#define SAA7134_BOARD_ADS_INSTANT_TV 58
188#define SAA7134_BOARD_KWORLD_VSTREAM_XPERT 59
330a115a
MCC
189#define SAA7134_BOARD_THYPHOON_DVBT_DUO_CARDBUS 60
190#define SAA7134_BOARD_PHILIPS_TOUGH 61
191#define SAA7134_BOARD_VIDEOMATE_TV_GOLD_PLUSII 62
192#define SAA7134_BOARD_KWORLD_XPERT 63
2f180710 193#define SAA7134_BOARD_FLYTV_DIGIMATRIX 64
260784dc 194#define SAA7134_BOARD_KWORLD_TERMINATOR 65
4279f024 195#define SAA7134_BOARD_YUAN_TUN900 66
a8ff417e 196#define SAA7134_BOARD_BEHOLD_409FM 67
6b961440 197#define SAA7134_BOARD_GOTVIEW_7135 68
2cf36ac4
HH
198#define SAA7134_BOARD_PHILIPS_EUROPA 69
199#define SAA7134_BOARD_VIDEOMATE_DVBT_300 70
200#define SAA7134_BOARD_VIDEOMATE_DVBT_200 71
bb881f14
NS
201#define SAA7134_BOARD_RTD_VFG7350 72
202#define SAA7134_BOARD_RTD_VFG7330 73
058afaf8 203#define SAA7134_BOARD_FLYTVPLATINUM_MINI2 74
76bc3a39 204#define SAA7134_BOARD_AVERMEDIA_AVERTVHD_A180 75
cf1c5d1d 205#define SAA7134_BOARD_MONSTERTV_MOBILE 76
c2f6f9d8 206#define SAA7134_BOARD_PINNACLE_PCTV_110i 77
28f02241 207#define SAA7134_BOARD_ASUSTeK_P7131_DUAL 78
17ce1ff9 208#define SAA7134_BOARD_SEDNA_PC_TV_CARDBUS 79
5d5c9904 209#define SAA7134_BOARD_ASUSTEK_DIGIMATRIX_TV 80
90e9df7f 210#define SAA7134_BOARD_PHILIPS_TIGER 81
80d2ad92 211#define SAA7134_BOARD_MSI_TVATANYWHERE_PLUS 82