Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
pcm_timer.c File Reference
#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)
 

Function Documentation

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.