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

NAME

6       snd_card_disconnect - disconnect all APIs from the file-operations
7       (user space)
8

SYNOPSIS

10       int snd_card_disconnect(struct snd_card * card);
11

ARGUMENTS

13       card
14           soundcard structure
15

DESCRIPTION

17       Disconnects all APIs from the file-operations (user space).
18

RETURN

20       Zero, otherwise a negative error code.
21

NOTE

23       The current implementation replaces all active file->f_op with special
24       dummy file operations (they do nothing except release).
25
27Kernel Hackers Manual 3.10         June 2019            SND_CARD_DISCONNECT(9)
Impressum