snd_pcm_notify    547 include/sound/pcm.h int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree);
snd_pcm_notify   3150 sound/core/oss/pcm_oss.c static struct snd_pcm_notify snd_pcm_oss_notify =
snd_pcm_notify   3175 sound/core/oss/pcm_oss.c 	if ((err = snd_pcm_notify(&snd_pcm_oss_notify, 0)) < 0)
snd_pcm_notify   3182 sound/core/oss/pcm_oss.c 	snd_pcm_notify(&snd_pcm_oss_notify, 1);
snd_pcm_notify    850 sound/core/pcm.c 		struct snd_pcm_notify *_notify;				\
snd_pcm_notify   1132 sound/core/pcm.c int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree)
snd_pcm_notify   1154 sound/core/pcm.c EXPORT_SYMBOL(snd_pcm_notify);