Searched refs:snd_pcm_notify (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm.c787 struct snd_pcm_notify *notify;
981 struct snd_pcm_notify *notify;
1041 struct snd_pcm_notify *notify;
1074 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree) function
1097 EXPORT_SYMBOL(snd_pcm_notify); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dpcm.h459 struct snd_pcm_notify { struct
477 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dpcm_oss.c3054 static struct snd_pcm_notify snd_pcm_oss_notify =
3079 if ((err = snd_pcm_notify(&snd_pcm_oss_notify, 0)) < 0)
3086 snd_pcm_notify(&snd_pcm_oss_notify, 1);

Completed in 51 milliseconds