Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] tda1004x.c and FE_CAN_INVERSION_AUTO



Just trying to get all this to work on a hauppauge nova-t card, and am
confused how it is supposed to work when there's
frontends/tda1004x.c
.caps = FE_CAN_INVERSION_AUTO ...

and

switch (fe_params->inversion) {
        case INVERSION_OFF:
                tda1004x_write_mask(i2c, tda_state, TDA1004X_CONFC1,
0x20, 0);
                break;

        case INVERSION_ON:
                tda1004x_write_mask(i2c, tda_state, TDA1004X_CONFC1,
0x20, 0x20);
                break;

        default:
                return -EINVAL;
        }
}

(ie no support for INVERSION_AUTO)

whenever I run scan or dvbtune it doesn't work, but removing
FE_CAN_INVERSION_AUTO from the .caps fixes it.

Very new to this, but how does it work for anyone else?
--
Adam Lounds
Applications Engineer
BBC Interactive TV (x72061)

BBCi at http://www.bbc.co.uk/

This e-mail (and any attachments) is confidential and may contain
personal views which are not the views of the BBC unless specifically
stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in
reliance on it and notify the sender immediately. Please note that the
BBC monitors e-mails sent or received.
Further communication will signify your consent to this.


--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index