Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/
Dpcm.c880 struct snd_pcm_notify *notify; in snd_pcm_free()
1063 struct snd_pcm_notify *notify; in snd_pcm_dev_register()
1112 struct snd_pcm_notify *notify; in snd_pcm_dev_disconnect()
1157 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree) in snd_pcm_notify() function
1179 EXPORT_SYMBOL(snd_pcm_notify);
/linux-4.4.14/include/sound/
Dpcm.h534 struct snd_pcm_notify { struct
555 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree); argument
/linux-4.4.14/sound/core/oss/
Dpcm_oss.c3084 static struct snd_pcm_notify snd_pcm_oss_notify =
3109 if ((err = snd_pcm_notify(&snd_pcm_oss_notify, 0)) < 0) in alsa_pcm_oss_init()
3116 snd_pcm_notify(&snd_pcm_oss_notify, 1); in alsa_pcm_oss_exit()