Linux Kernel
3.7.1
|
#include <s6000-pcm.h>
Data Fields | |
unsigned int(* | check_xrun )(struct snd_soc_dai *cpu_dai) |
int(* | trigger )(struct snd_pcm_substream *substream, int cmd, int after) |
dma_addr_t | sif_in |
dma_addr_t | sif_out |
u32 | dma_in |
u32 | dma_out |
int | irq |
int | same_rate |
spinlock_t | lock |
int | in_use |
int | rate |
Definition at line 18 of file s6000-pcm.h.
unsigned int(* check_xrun)(struct snd_soc_dai *cpu_dai) |
Definition at line 19 of file s6000-pcm.h.
u32 dma_in |
Definition at line 23 of file s6000-pcm.h.
u32 dma_out |
Definition at line 24 of file s6000-pcm.h.
int in_use |
Definition at line 29 of file s6000-pcm.h.
int irq |
Definition at line 25 of file s6000-pcm.h.
spinlock_t lock |
Definition at line 28 of file s6000-pcm.h.
int rate |
Definition at line 30 of file s6000-pcm.h.
int same_rate |
Definition at line 26 of file s6000-pcm.h.
dma_addr_t sif_in |
Definition at line 21 of file s6000-pcm.h.
dma_addr_t sif_out |
Definition at line 22 of file s6000-pcm.h.
Definition at line 20 of file s6000-pcm.h.