summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/mt2060.h
diff options
context:
space:
mode:
authorPatrick Boettcher <pb@linuxtv.org>2006-09-19 12:51:56 -0300
committerPatrick Boettcher <pb@linuxtv.org>2006-09-19 12:51:56 -0300
commite7d20687141fe2641051b2698831e995f4965a7d (patch)
tree72e12df1ca8ac6284217c6c8ae6a653ff0c6e311 /linux/drivers/media/dvb/frontends/mt2060.h
parenta35eeb1c83784723edd435ab03dff6628e60b3db (diff)
downloadmediapointer-dvb-s2-e7d20687141fe2641051b2698831e995f4965a7d.tar.gz
mediapointer-dvb-s2-e7d20687141fe2641051b2698831e995f4965a7d.tar.bz2
Misc fixes for Nova-T 500
From: Patrick Boettcher <pb@linuxtv.org> - forward the clock to the slave undivided - when sleeping the 3000 do not shutdown the clock Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/mt2060.h')
-rw-r--r--linux/drivers/media/dvb/frontends/mt2060.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/mt2060.h b/linux/drivers/media/dvb/frontends/mt2060.h
index fc12c790f..34a37c2b5 100644
--- a/linux/drivers/media/dvb/frontends/mt2060.h
+++ b/linux/drivers/media/dvb/frontends/mt2060.h
@@ -27,7 +27,7 @@ struct i2c_adapter;
struct mt2060_config {
u8 i2c_address;
- u8 clock_out; /* 0 = off, 1 = CLK/1, 2 = CLK/2, 3 = CLK/4 */
+ u8 clock_out; /* 0 = off, 1 = CLK/4, 2 = CLK/2, 3 = CLK/1 */
};
extern struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1);