How to register a virtual card to alsa from user-space?
问题 I'm developing a virtual device from the user space (using umview http://wiki.virtualsquare.org/wiki/index.php/UMview) so, i need to register my device to the system's sound cards list (I've never used alsa in a kernel module so I think that I need to call the snd_card_register() function) but I can't find a way to do that from the userspace... maybe I can write a syscall to do that? 回答1: I think you should stop bothering about overriding any particular file (i.e. stop using umview, it's not