Linux Kernel
3.7.1
|
#include <pxa2xx-pcm.h>
Data Fields | |
struct pxa2xx_pcm_dma_params * | playback_params |
struct pxa2xx_pcm_dma_params * | capture_params |
int(* | startup )(struct snd_pcm_substream *) |
void(* | shutdown )(struct snd_pcm_substream *) |
int(* | prepare )(struct snd_pcm_substream *) |
Definition at line 21 of file pxa2xx-pcm.h.
struct pxa2xx_pcm_dma_params* capture_params |
Definition at line 23 of file pxa2xx-pcm.h.
struct pxa2xx_pcm_dma_params* playback_params |
Definition at line 22 of file pxa2xx-pcm.h.
int(* prepare)(struct snd_pcm_substream *) |
Definition at line 26 of file pxa2xx-pcm.h.
void(* shutdown)(struct snd_pcm_substream *) |
Definition at line 25 of file pxa2xx-pcm.h.
int(* startup)(struct snd_pcm_substream *) |
Definition at line 24 of file pxa2xx-pcm.h.