| Problem with CODEC L3 interface:‘module license unspecified taints kernel' Hi,
We are designing a handheld television receiver for a future market. We are using Linux-2.6.11 OS in our Design. We are in the final stage. In our hardware we are using Phillips UDA1341 Audio CODEC. For this CODEC I have written a driver for L3 interface(interface for configuring the codec chip through Pxa255). In this driver simply i am writing the address and the data on the chip and configuring the parameters for the CODEC. The Driver is compiling successfully but when I am loading it it’s showing ‘module license unspecified taints kernel' and its not executing the init function of the driver.While i am specifying the license clearly in the module as MODULE_LICENSE("GPL").
Do let me know what is the problem. Why it’s not loading the module?
Please help me out...
Regards
nitin |