예제 #1
0
static int fdtv_set_frontend(struct dvb_frontend *fe)
{
    struct dtv_frontend_properties *p = &fe->dtv_property_cache;
    struct firedtv *fdtv = fe->sec_priv;

    return avc_tuner_dsd(fdtv, p);
}
예제 #2
0
static int fdtv_set_frontend(struct dvb_frontend *fe,
			     struct dvb_frontend_parameters *params)
{
	struct firedtv *fdtv = fe->sec_priv;

	return avc_tuner_dsd(fdtv, params);
}