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