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

NAME

6       snd_card_free - frees given soundcard structure
7

SYNOPSIS

9       int snd_card_free(struct snd_card * card);
10

ARGUMENTS

12       card
13           soundcard structure
14

DESCRIPTION

16       This function releases the soundcard structure and the all assigned
17       devices automatically. That is, you don't have to release the devices
18       by yourself.
19
20       This function waits until the all resources are properly released.
21

RETURN

23       Zero. Frees all associated devices and frees the control interface
24       associated to given soundcard.
25
27Kernel Hackers Manual 3.10         June 2019                  SND_CARD_FREE(9)
Impressum