diff options
author | Marc Koschewski <marc@osknowledge.org> | 2006-01-09 15:21:34 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 15:21:34 -0500 |
commit | 5ba4cc97786e23c3ef96b9c29c797ef5d0251330 (patch) | |
tree | 22549d919131e2eb592b68a2a79efb3331a1c3a4 /drivers/media | |
parent | a6bab889c4d21cb8c0b0a25959daba87a56eccbb (diff) |
V4L/DVB (3321): Indention cleanups
- Indention cleaned for tabsize=8
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dtt200u.h | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/drivers/media/dvb/dvb-usb/dtt200u.h b/drivers/media/dvb/dvb-usb/dtt200u.h index 6f1f3042e21a..005b0a7df358 100644 --- a/drivers/media/dvb/dvb-usb/dtt200u.h +++ b/drivers/media/dvb/dvb-usb/dtt200u.h | |||
@@ -13,6 +13,7 @@ | |||
13 | #define _DVB_USB_DTT200U_H_ | 13 | #define _DVB_USB_DTT200U_H_ |
14 | 14 | ||
15 | #define DVB_USB_LOG_PREFIX "dtt200u" | 15 | #define DVB_USB_LOG_PREFIX "dtt200u" |
16 | |||
16 | #include "dvb-usb.h" | 17 | #include "dvb-usb.h" |
17 | 18 | ||
18 | extern int dvb_usb_dtt200u_debug; | 19 | extern int dvb_usb_dtt200u_debug; |
@@ -25,15 +26,15 @@ extern int dvb_usb_dtt200u_debug; | |||
25 | * 88 - locking 2 bytes (0x80 0x40 == no signal, 0x89 0x20 == nice signal) | 26 | * 88 - locking 2 bytes (0x80 0x40 == no signal, 0x89 0x20 == nice signal) |
26 | */ | 27 | */ |
27 | 28 | ||
28 | #define GET_SPEED 0x00 | 29 | #define GET_SPEED 0x00 |
29 | #define GET_TUNE_STATUS 0x81 | 30 | #define GET_TUNE_STATUS 0x81 |
30 | #define GET_RC_CODE 0x84 | 31 | #define GET_RC_CODE 0x84 |
31 | #define GET_CONFIGURATION 0x88 | 32 | #define GET_CONFIGURATION 0x88 |
32 | #define GET_AGC 0x89 | 33 | #define GET_AGC 0x89 |
33 | #define GET_SNR 0x8a | 34 | #define GET_SNR 0x8a |
34 | #define GET_VIT_ERR_CNT 0x8c | 35 | #define GET_VIT_ERR_CNT 0x8c |
35 | #define GET_RS_ERR_CNT 0x8d | 36 | #define GET_RS_ERR_CNT 0x8d |
36 | #define GET_RS_UNCOR_BLK_CNT 0x8e | 37 | #define GET_RS_UNCOR_BLK_CNT 0x8e |
37 | 38 | ||
38 | /* write | 39 | /* write |
39 | * 01 - init | 40 | * 01 - init |
@@ -44,12 +45,12 @@ extern int dvb_usb_dtt200u_debug; | |||
44 | * 08 - transfer switch | 45 | * 08 - transfer switch |
45 | */ | 46 | */ |
46 | 47 | ||
47 | #define SET_INIT 0x01 | 48 | #define SET_INIT 0x01 |
48 | #define SET_RF_FREQ 0x02 | 49 | #define SET_RF_FREQ 0x02 |
49 | #define SET_BANDWIDTH 0x03 | 50 | #define SET_BANDWIDTH 0x03 |
50 | #define SET_PID_FILTER 0x04 | 51 | #define SET_PID_FILTER 0x04 |
51 | #define RESET_PID_FILTER 0x05 | 52 | #define RESET_PID_FILTER 0x05 |
52 | #define SET_STREAMING 0x08 | 53 | #define SET_STREAMING 0x08 |
53 | 54 | ||
54 | extern struct dvb_frontend * dtt200u_fe_attach(struct dvb_usb_device *d); | 55 | extern struct dvb_frontend * dtt200u_fe_attach(struct dvb_usb_device *d); |
55 | 56 | ||