Hi all! I'm trying to write a sound card driver which is pure virtual. Instead of accessing any hardware it should send the information via network to a sound server that I have already finished. I've started to read kernel module hacking and started working on it. What I have now is a /dev/virtualSound that is managed by my module, so far so good. What I don't understand is how to get the kernel to understand that my module is a sound driver!? Has this something todo with ALSA? I'm somehow stuck here... any pointer appreciated! Have fun, Michael -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/