linuxdvb: add more trace info to the tune functions
This commit is contained in:
parent
0f43024f70
commit
a75d6b75d0
1 changed files with 8 additions and 0 deletions
|
@ -1080,7 +1080,15 @@ linuxdvb_frontend_tune0
|
|||
/*
|
||||
* copy the universal parameters to the Linux kernel structure
|
||||
*/
|
||||
|
||||
dmc = &lm->lm_tuning;
|
||||
#if ENABLE_TRACE
|
||||
{
|
||||
char buf2[256];
|
||||
dvb_mux_conf_str(&lm->lm_tuning, buf2, sizeof(buf2));
|
||||
tvhtrace("linuxdvb", "tuner %s tunning to %s (freq %i)", buf1, buf2, freq);
|
||||
}
|
||||
#endif
|
||||
memset(&p, 0, sizeof(p));
|
||||
p.frequency = dmc->dmc_fe_freq;
|
||||
p.inversion = TR(inversion, inv_tbl, INVERSION_AUTO);
|
||||
|
|
Loading…
Add table
Reference in a new issue