1SND_CARD_DISCONNECT(9) Management of Cards and Device SND_CARD_DISCONNECT(9)
2
3
4
6 snd_card_disconnect - disconnect all APIs from the file-operations
7 (user space)
8
10 int snd_card_disconnect(struct snd_card * card);
11
13 card
14 soundcard structure
15
17 Disconnects all APIs from the file-operations (user space).
18
20 Zero, otherwise a negative error code.
21
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)