I am tracking down a problem with video encoding causing audio capture clicks. The git kernel uses IRAM for ping pong buffers, and I would like to use a very recent git kernel with my dvsdk 'encode' application.
But CMEMK.KO and the other device drivers are tied to a specific kernel, and won't compile with the later kernels ( the ioctl prototype changed).
How can I get the example applications ( and device drivers) from the dvdsk to work with later kernels?
Brett