snd_pcm_notify
int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree);
static struct snd_pcm_notify snd_pcm_oss_notify =
err = snd_pcm_notify(&snd_pcm_oss_notify, 0);
snd_pcm_notify(&snd_pcm_oss_notify, 1);
int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree)
EXPORT_SYMBOL(snd_pcm_notify);
struct snd_pcm_notify *_notify; \