[media] mn88472: calculate the IF register values

Add xtal as a configuration parameter so it can be used
in the IF register value calculation.

Signed-off-by: Benjamin Larsson <benjamin@southpole.se>
Reviewed-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Este commit está contenido en:
Benjamin Larsson
2014-11-26 18:51:46 -03:00
cometido por Mauro Carvalho Chehab
padre 417d2e507e
commit d2fb785227
Se han modificado 4 ficheros con 16 adiciones y 15 borrados

Ver fichero

@@ -33,6 +33,12 @@ struct mn88472_config {
* DVB frontend.
*/
struct dvb_frontend **fe;
/*
* Xtal frequency.
* Hz
*/
u32 xtal;
};
#endif