Linux Kernel
3.7.1
|
#include <atmel-pcm.h>
Data Fields | |
char * | name |
int | pdc_xfer_size |
struct ssc_device * | ssc |
struct atmel_pdc_regs * | pdc |
struct atmel_ssc_mask * | mask |
struct snd_pcm_substream * | substream |
void(* | dma_intr_handler )(u32, struct snd_pcm_substream *) |
Definition at line 67 of file atmel-pcm.h.
void(* dma_intr_handler)(u32, struct snd_pcm_substream *) |
Definition at line 74 of file atmel-pcm.h.
struct atmel_ssc_mask* mask |
Definition at line 72 of file atmel-pcm.h.
char* name |
Definition at line 68 of file atmel-pcm.h.
struct atmel_pdc_regs* pdc |
Definition at line 71 of file atmel-pcm.h.
int pdc_xfer_size |
Definition at line 69 of file atmel-pcm.h.
struct ssc_device* ssc |
Definition at line 70 of file atmel-pcm.h.
struct snd_pcm_substream* substream |
Definition at line 73 of file atmel-pcm.h.