Query: snd_card_file_add
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SND_CARD_FILE_ADD(9) Sound Devices SND_CARD_FILE_ADD(9)NAMEsnd_card_file_add - add the file to the file list of the cardSYNOPSISint snd_card_file_add(struct snd_card * card, struct file * file);ARGUMENTScard soundcard structure file file pointerDESCRIPTIONThis function adds the file to the file linked-list of the card. This linked-list is used to keep tracking the connection state, and to avoid the release of busy resources by hotplug. Returns zero or a negative error code.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SND_CARD_FILE_ADD(9)