I've a driver for audio accelerator on my hardware. when the test app on top of this driver does some ioctl calls to driver and it says: "unknown ioctl no: xxxx"
the ioctl number passed from application is an enum defined in one header file which is included in test app and also the driver. So the driver & test app should see the same enum value which is not happening. The 'cmd' parameter (which is an enum from *.h) which is passed from application and the value of the enum in driver included from the same *.h is different. Has anybody faced the same issue? This problem is not faced when the test app is built with -static option. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
