|
Linux Kernel
3.7.1
|
#include <linux/time.h>#include <linux/gcd.h>#include <sound/core.h>#include <sound/pcm.h>#include <sound/timer.h>Go to the source code of this file.
Functions | |
| void | snd_pcm_timer_resolution_change (struct snd_pcm_substream *substream) |
| void | snd_pcm_timer_init (struct snd_pcm_substream *substream) |
| void | snd_pcm_timer_done (struct snd_pcm_substream *substream) |
| void snd_pcm_timer_done | ( | struct snd_pcm_substream * | substream | ) |
Definition at line 135 of file pcm_timer.c.
| void snd_pcm_timer_init | ( | struct snd_pcm_substream * | substream | ) |
Definition at line 109 of file pcm_timer.c.
| void snd_pcm_timer_resolution_change | ( | struct snd_pcm_substream * | substream | ) |
Definition at line 32 of file pcm_timer.c.
1.8.2