projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c493105
)
[media] af9013: add debug for IF frequency
author
Antti Palosaari
<crope@iki.fi>
Sun, 2 Sep 2012 21:47:25 +0000
(18:47 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 18 Sep 2012 15:51:12 +0000
(12:51 -0300)
Used IF frequency is one of the most important parameter to know.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb-frontends/af9013.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb-frontends/af9013.c
b/drivers/media/dvb-frontends/af9013.c
index
5bc570d
..
2dac314
100644
(file)
--- a/
drivers/media/dvb-frontends/af9013.c
+++ b/
drivers/media/dvb-frontends/af9013.c
@@
-606,6
+606,8
@@
static int af9013_set_frontend(struct dvb_frontend *fe)
else
if_frequency = state->config.if_frequency;
+ dbg("%s: if_frequency=%d", __func__, if_frequency);
+
sampling_freq = if_frequency;
while (sampling_freq > (state->config.clock / 2))