Searched defs:pmac_stream (Results 1 – 1 of 1) sorted by relevance
50 struct pmac_stream { struct51 int running; /* boolean */53 int stream; /* PLAYBACK/CAPTURE */55 int dma_size; /* in bytes */56 int period_size; /* in bytes */57 int buffer_size; /* in kbytes */58 int nperiods, cur_period;60 struct pmac_dbdma cmd;61 volatile struct dbdma_regs __iomem *dma;63 struct snd_pcm_substream *substream;[all …]