1SND_CARD_FILE_REMOVE(9) Management of Cards and Device SND_CARD_FILE_REMOVE(9)
2
3
4

NAME

6       snd_card_file_remove - remove the file from the file list
7

SYNOPSIS

9       int snd_card_file_remove(struct snd_card * card, struct file * file);
10

ARGUMENTS

12       card
13           soundcard structure
14
15       file
16           file pointer
17

DESCRIPTION

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

RETURN

25       Zero or a negative error code.
26
28Kernel Hackers Manual 3.10         June 2019           SND_CARD_FILE_REMOVE(9)
Impressum