Skip to content

Commit

Permalink
[media] af9013: add debug for IF frequency
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Sep 18, 2012
1 parent c493105 commit ab2e06a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/media/dvb-frontends/af9013.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit ab2e06a

Please sign in to comment.