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