Searched refs:snd_timer_notify (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/include/sound/ | 
| D | timer.h | 128 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec *tstamp);
  | 
| /linux-4.1.27/sound/core/ | 
| D | pcm_native.c | 1058 		snd_timer_notify(substream->timer, SNDRV_TIMER_EVENT_MSTART,  in snd_pcm_post_start() 1108 			snd_timer_notify(substream->timer, SNDRV_TIMER_EVENT_MSTOP,  in snd_pcm_post_stop() 1224 			snd_timer_notify(substream->timer,  in snd_pcm_post_pause() 1232 			snd_timer_notify(substream->timer,  in snd_pcm_post_pause() 1283 		snd_timer_notify(substream->timer, SNDRV_TIMER_EVENT_MSUSPEND,  in snd_pcm_post_suspend() 1389 		snd_timer_notify(substream->timer, SNDRV_TIMER_EVENT_MRESUME,  in snd_pcm_post_resume()
  | 
| D | timer.c | 958 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec *tstamp)  in snd_timer_notify()  function 2094 EXPORT_SYMBOL(snd_timer_notify);
  |