1SND_PCM_NOTIFY(9) PCM API SND_PCM_NOTIFY(9)
23
4
NAME
6snd_pcm_notify - Add/remove the notify list
7
SYNOPSIS
9int snd_pcm_notify(struct snd_pcm_notify * notify, int nfree);
10
ARGUMENTS
12notify
13PCM notify list
1415
nfree
160 = register, 1 = unregister
17
DESCRIPTION
19This adds the given notifier to the global list so that the callback is
20called for each registered PCM devices. This exists only for PCM OSS
21emulation, so far.
22
COPYRIGHT
24Kernel Hackers Manual 3.10 June 2019 SND_PCM_NOTIFY(9)