Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/ppc/
A Dpmac.h51 struct pmac_stream { struct
52 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 …]

Completed in 4 milliseconds