diff options
author | Michael Krufky <devnull@localhost> | 2005-10-18 01:56:03 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-10-18 01:56:03 +0000 |
commit | ef49968c90aa8c4ee3ada552bcf5833e3c942285 (patch) | |
tree | 356af3933c3e829c101ab75c318136801d0433bc | |
parent | fabb792d38f0cfebc422fcb20279b01145d07777 (diff) | |
download | mediapointer-dvb-s2-ef49968c90aa8c4ee3ada552bcf5833e3c942285.tar.gz mediapointer-dvb-s2-ef49968c90aa8c4ee3ada552bcf5833e3c942285.tar.bz2 |
Add comment to indicate that lgdt330x_config.clock_polarity_flip applies
only to LGDT3303 chip, and is disabled by default. Enabling this option on
LGDT3302 will have no effect.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
-rw-r--r-- | linux/drivers/media/dvb/frontends/lgdt330x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/lgdt330x.h b/linux/drivers/media/dvb/frontends/lgdt330x.h index 08066161b..2a6529ccc 100644 --- a/linux/drivers/media/dvb/frontends/lgdt330x.h +++ b/linux/drivers/media/dvb/frontends/lgdt330x.h @@ -49,7 +49,7 @@ struct lgdt330x_config int (*set_ts_params)(struct dvb_frontend* fe, int is_punctured); /* Flip the polarity of the mpeg data transfer clock using alternate init data - * 0:disabled (default) */ + * This option applies ONLY to LGDT3303 - 0:disabled (default) 1:enabled */ int clock_polarity_flip; }; |