'\" t .\" Title: snd_pcm_notify .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: PCM API .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "SND_PCM_NOTIFY" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "PCM API" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" snd_pcm_notify \- Add/remove the notify list .SH "SYNOPSIS" .HP \w'int\ snd_pcm_notify('u .BI "int snd_pcm_notify(struct\ snd_pcm_notify\ *\ " "notify" ", int\ " "nfree" ");" .SH "ARGUMENTS" .PP \fInotify\fR .RS 4 PCM notify list .RE .PP \fInfree\fR .RS 4 0 = register, 1 = unregister .RE .SH "DESCRIPTION" .PP This adds the given notifier to the global list so that the callback is called for each registered PCM devices\&. This exists only for PCM OSS emulation, so far\&. .SH "COPYRIGHT" .br