1SND_CARD_DISCONNECT_(9) Management of Cards and Device SND_CARD_DISCONNECT_(9)
2
3
4
6 snd_card_disconnect_sync - disconnect card and wait until files get
7 closed
8
10 void snd_card_disconnect_sync(struct snd_card * card);
11
13 card
14 card object to disconnect
15
17 This calls snd_card_disconnect for disconnecting all belonging
18 components and waits until all pending files get closed. It assures
19 that all accesses from user-space finished so that the driver can
20 release its resources gracefully.
21
23Kernel Hackers Manual 3.10 June 2019 SND_CARD_DISCONNECT_(9)