Hi Manu, I am going over your ST6100 driver.
However in Line41, shouldnt it read:

#define STB6100_K_NF_MSB            (0x03 << 0)

instead of :

#define STB6100_K_NF_MSB            (0x01 << 0)

The NF register is 10bits wide [9:0]
However using yours it is only 9bits, is the extra MSB not needed or is
this simply a mistake? Or am I wrong all along?

Regards,
Jason Filos.


_______________________________________________
linux-dvb mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Reply via email to