aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Markgraf <steve@steve-m.de>2012-10-28 22:24:37 +0100
committerSteve Markgraf <steve@steve-m.de>2012-10-28 22:24:37 +0100
commitaad68f3a21f8507d5ad7b01dc9e980d2f0d7e327 (patch)
tree27c6452359b14df1d671e3dceebfa829c12b7d1e
parentac05f9084c6bbe764c859dc8d44352dafce5287a (diff)
tuner_fc0013: disable loopthrough output
Signed-off-by: Steve Markgraf <steve@steve-m.de>
-rw-r--r--src/tuner_fc0013.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tuner_fc0013.c b/src/tuner_fc0013.c
index 7ce816c..78b696e 100644
--- a/src/tuner_fc0013.c
+++ b/src/tuner_fc0013.c
@@ -72,7 +72,7 @@ int fc0013_init(void *dev)
0x0a, /* reg. 0x07: CHECK */
0xff, /* reg. 0x08: AGC Clock divide by 256, AGC gain 1/256,
Loop Bw 1/8 */
- 0x6f, /* reg. 0x09: enable LoopThrough */
+ 0x6e, /* reg. 0x09: Disable LoopThrough, Enable LoopThrough: 0x6f */
0xb8, /* reg. 0x0a: Disable LO Test Buffer */
0x82, /* reg. 0x0b: CHECK */
0xfc, /* reg. 0x0c: depending on AGC Up-Down mode, may need 0xf8 */