Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/core/
H A Dpcm.c855 struct snd_pcm_notify *_notify; \
1138 * snd_pcm_notify - Add/remove the notify list
1146 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree) in snd_pcm_notify() function
1168 EXPORT_SYMBOL(snd_pcm_notify); variable
/kernel/linux/linux-6.6/sound/core/
H A Dpcm.c858 struct snd_pcm_notify *_notify; \
1141 * snd_pcm_notify - Add/remove the notify list
1151 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree) in snd_pcm_notify() function
1173 EXPORT_SYMBOL(snd_pcm_notify); variable
/kernel/linux/linux-5.10/include/sound/
H A Dpcm.h548 struct snd_pcm_notify { struct
554 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree);
/kernel/linux/linux-6.6/include/sound/
H A Dpcm.h551 struct snd_pcm_notify { struct
557 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree);
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/sound/core/oss/
H A Dpcm_oss.c3207 static struct snd_pcm_notify snd_pcm_oss_notify =
3232 err = snd_pcm_notify(&snd_pcm_oss_notify, 0); in alsa_pcm_oss_init()
3240 snd_pcm_notify(&snd_pcm_oss_notify, 1); in alsa_pcm_oss_exit()

Completed in 19 milliseconds