1SND_CARD_FILE_REMOVE(9) Management of Cards and Device SND_CARD_FILE_REMOVE(9)
2
3
4
6 snd_card_file_remove - remove the file from the file list
7
9 int snd_card_file_remove(struct snd_card * card, struct file * file);
10
12 card
13 soundcard structure
14
15 file
16 file pointer
17
19 This function removes the file formerly added to the card via
20 snd_card_file_add function. If all files are removed and
21 snd_card_free_when_closed was called beforehand, it processes the
22 pending release of resources.
23
24 Returns zero or a negative error code.
25
27Kernel Hackers Manual 2.6. November 2011 SND_CARD_FILE_REMOVE(9)