Linux Kernel
3.7.1
|
#include <soc.h>
Data Fields | |
int(* | startup )(struct snd_pcm_substream *) |
void(* | shutdown )(struct snd_pcm_substream *) |
int(* | hw_params )(struct snd_pcm_substream *, struct snd_pcm_hw_params *) |
int(* | hw_free )(struct snd_pcm_substream *) |
int(* | prepare )(struct snd_pcm_substream *) |
int(* | trigger )(struct snd_pcm_substream *, int) |
int(* hw_free)(struct snd_pcm_substream *) |
int(* hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *) |
int(* prepare)(struct snd_pcm_substream *) |
void(* shutdown)(struct snd_pcm_substream *) |
int(* startup)(struct snd_pcm_substream *) |