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
19 Returns zero, otherwise a negative error code.
20
22 The current implementation replaces all active file->f_op with special
23 dummy file operations (they do nothing except release).
24
26Kernel Hackers Manual 2.6. June 2019 SND_CARD_DISCONNECT(9)