提交 ab2e06ac 编写于 作者: A Antti Palosaari 提交者: Mauro Carvalho Chehab

[media] af9013: add debug for IF frequency

Used IF frequency is one of the most important parameter to know.
Signed-off-by: NAntti Palosaari <crope@iki.fi>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 c4931055
......@@ -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))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册