mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
show tuning offset
This commit is contained in:
parent
1b0df5fcfa
commit
535ffa6ca6
@ -1067,7 +1067,7 @@ static int get_frequency_offset(struct stv *state, s32 *off)
|
|||||||
if (derot & (1<<23))
|
if (derot & (1<<23))
|
||||||
derot |= 0xFF000000;
|
derot |= 0xFF000000;
|
||||||
*off = - (s32) (((s64) derot * (s64) state->base->mclk) >> 24);
|
*off = - (s32) (((s64) derot * (s64) state->base->mclk) >> 24);
|
||||||
pr_info("foff = %d\n", *off);
|
/*pr_info("foff = %d\n", *off);*/
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user