Searched defs:atmel_pcm_dma_params (Results 1 – 1 of 1) sorted by relevance
57 struct atmel_pcm_dma_params { struct58 char *name; /* stream identifier */59 int pdc_xfer_size; /* PDC counter increment in bytes */60 struct ssc_device *ssc; /* SSC device for stream */61 struct atmel_pdc_regs *pdc; /* PDC receive or transmit registers */62 struct atmel_ssc_mask *mask; /* SSC & PDC status bits */63 struct snd_pcm_substream *substream;64 void (*dma_intr_handler)(u32, struct snd_pcm_substream *);