Hello all, I am working with a virtual device driver. Is it possible to route the audio or any other data from the dummy driver to an actual hardware's device driver? For this, do I need to open the driver using syscalls? I don't want to make any changes on the other driver. I didn't see any exported functions in any of the actual drivers, so I cannot stack my driver on that. What should be done in this case? Thanks Regards --Himanshu -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/