diff options
author | Michael Krufky <mkrufky@m1k.net> | 2005-11-09 00:35:32 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:03 -0500 |
commit | c0b11b914de27e0e82b5311cf9b498a1b008b591 (patch) | |
tree | 3eb9ff604ca727f5a86d3b592a01c528b99de454 /drivers/media/dvb/frontends/lgdt330x.h | |
parent | f7b67195ea571b8540ac79daf27f5932ec40c098 (diff) |
[PATCH] dvb: Add support for Air2PC/AirStar 2 ATSC 3rd generation (HD5000)
Added support for Air2PC/AirStar 2 ATSC 3rd generation (HD5000)
Signed-off-by: Taylor Jacob <rtjacob@earthlink.net>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Cc: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/dvb/frontends/lgdt330x.h')
-rw-r--r-- | drivers/media/dvb/frontends/lgdt330x.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/lgdt330x.h b/drivers/media/dvb/frontends/lgdt330x.h index e209ba1e47c5..2a6529cccf1a 100644 --- a/drivers/media/dvb/frontends/lgdt330x.h +++ b/drivers/media/dvb/frontends/lgdt330x.h | |||
@@ -47,6 +47,10 @@ struct lgdt330x_config | |||
47 | 47 | ||
48 | /* Need to set device param for start_dma */ | 48 | /* Need to set device param for start_dma */ |
49 | int (*set_ts_params)(struct dvb_frontend* fe, int is_punctured); | 49 | int (*set_ts_params)(struct dvb_frontend* fe, int is_punctured); |
50 | |||
51 | /* Flip the polarity of the mpeg data transfer clock using alternate init data | ||
52 | * This option applies ONLY to LGDT3303 - 0:disabled (default) 1:enabled */ | ||
53 | int clock_polarity_flip; | ||
50 | }; | 54 | }; |
51 | 55 | ||
52 | extern struct dvb_frontend* lgdt330x_attach(const struct lgdt330x_config* config, | 56 | extern struct dvb_frontend* lgdt330x_attach(const struct lgdt330x_config* config, |