Home
last modified time | relevance | path

Searched defs:atmel_pcm_dma_params (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/sound/soc/atmel/
Datmel-pcm.h57 struct atmel_pcm_dma_params { struct
58 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 *);