Searched defs:atmel_pcm_dma_params (Results 1 – 1 of 1) sorted by relevance
67 struct atmel_pcm_dma_params { struct68 char *name; /* stream identifier */69 int pdc_xfer_size; /* PDC counter increment in bytes */70 struct ssc_device *ssc; /* SSC device for stream */71 struct atmel_pdc_regs *pdc; /* PDC receive or transmit registers */72 struct atmel_ssc_mask *mask; /* SSC & PDC status bits */73 struct snd_pcm_substream *substream;74 void (*dma_intr_handler)(u32, struct snd_pcm_substream *);