Rechercher une page de manuel
snd_card_file_add
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
snd_card_file_add - add the file to the file list of the cardSYNOPSIS
- int snd_card_file_add(struct snd_card * card, struct file * file);
ARGUMENTS
card
- soundcard structure
file
- file pointer
DESCRIPTION
This 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.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre