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