Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm.c854 struct snd_pcm_notify *_notify; \
1145 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree) in snd_pcm_notify() function
1167 EXPORT_SYMBOL(snd_pcm_notify);
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h550 struct snd_pcm_notify { struct
556 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree); argument
/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_oss.c3183 static struct snd_pcm_notify snd_pcm_oss_notify =
3208 if ((err = snd_pcm_notify(&snd_pcm_oss_notify, 0)) < 0) in alsa_pcm_oss_init()
3215 snd_pcm_notify(&snd_pcm_oss_notify, 1); in alsa_pcm_oss_exit()