Rechercher une page de manuel
snd_card_file_remove
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
snd_card_file_remove - remove the file from the file listSYNOPSIS
- int snd_card_file_remove(struct snd_card * 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 snd_card_free_when_closed was called beforehand, it processes the pending release of resources.
Returns zero or a negative error code.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre