Searched refs:snd_timer_notify (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/include/sound/ |
D | timer.h | 128 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec *tstamp);
|
/linux-2.6.39/sound/core/ |
D | pcm_native.c | 876 snd_timer_notify(substream->timer, SNDRV_TIMER_EVENT_MSTART, in snd_pcm_post_start() 923 snd_timer_notify(substream->timer, SNDRV_TIMER_EVENT_MSTOP, in snd_pcm_post_stop() 1014 snd_timer_notify(substream->timer, in snd_pcm_post_pause() 1022 snd_timer_notify(substream->timer, in snd_pcm_post_pause() 1071 snd_timer_notify(substream->timer, SNDRV_TIMER_EVENT_MSUSPEND, in snd_pcm_post_suspend() 1173 snd_timer_notify(substream->timer, SNDRV_TIMER_EVENT_MRESUME, in snd_pcm_post_resume()
|
D | timer.c | 881 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec *tstamp) in snd_timer_notify() function 1989 EXPORT_SYMBOL(snd_timer_notify);
|