SND_CARD_FILE_REMOVE
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
snd_card_file_remove - remove the file from the file list
SYNOPSIS
"SYNOPSIS"
int snd_card_file_remove (snd_card_t * card, struct file * file);
ARGUMENTS
- card
-
soundcard structure
- file
-
file pointer
DESCRIPTION
This function removes the file formerly added to the card via
snd_card_file_add function.
If all files are removed and the release of the card is
scheduled, it will wake up the the thread to call snd_card_free
(see snd_card_free_in_thread function).
Returns zero or a negative error code.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:49 GMT, October 09, 2005