Disconnect all apis from the file-operations (user space)
int snd_card_disconnect(struct snd_card * card);
card
soundcard structure
Disconnects all APIs from the file-operations (user space).
Zero, otherwise a negative error code.
The current implementation replaces all active file->f_op with special dummy file operations (they do nothing except release).