Hi,

it seems, that is a bug in frontend_init() in budget-av.c for some DVB-S cards. 
It exist the following code:

        case SUBID_DVBS_KNC1:
        case SUBID_DVBS_KNC1_PLUS:
        case SUBID_DVBS_EASYWATCH_1:
                if (saa->pci->subsystem_vendor == 0x1894) {
                        fe = dvb_attach(stv0299_attach, 
&cinergy_1200s_1894_0010_config,
                                        &budget_av->budget.i2c_adap);
                        if (fe) {
                                dvb_attach(tua6100_attach, fe, 0x60, 
&budget_av->budget.i2c_adap);
                        }

I think, the last lines must be something like this:

                        if (fe) {
                                fe->ops.tuner_ops.set_params = 
this_is_a_nice_tuning_function;
                        }
-Hartmut

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Reply via email to