Query: snd_card_disconnect
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SND_CARD_DISCONNECT(9) Sound Devices SND_CARD_DISCONNECT(9)NAMEsnd_card_disconnect - disconnect all APIs from the file-operations (user space)SYNOPSISint snd_card_disconnect(struct snd_card * card);ARGUMENTScard soundcard structureDESCRIPTIONDisconnects all APIs from the file-operations (user space). Returns zero, otherwise a negative error code.NOTEThe current implementation replaces all active file->f_op with special dummy file operations (they do nothing except release).COPYRIGHTKernel Hackers Manual 2.6. July 2010 SND_CARD_DISCONNECT(9)