Searched defs:psc_dma_stream (Results 1 – 1 of 1) sorted by relevance
21 struct psc_dma_stream { struct22 struct snd_pcm_runtime *runtime;23 int active;24 struct psc_dma *psc_dma;25 struct bcom_task *bcom_task;26 int irq;27 struct snd_pcm_substream *stream;28 int period_next;29 int period_current;30 int period_bytes;[all …]