Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/sound/ppc/
Dpmac.h63 struct pmac_stream { struct
64 int running; /* boolean */
66 int stream; /* PLAYBACK/CAPTURE */
68 int dma_size; /* in bytes */
69 int period_size; /* in bytes */
70 int buffer_size; /* in kbytes */
71 int nperiods, cur_period;
73 struct pmac_dbdma cmd;
74 volatile struct dbdma_regs __iomem *dma;
76 struct snd_pcm_substream *substream;
[all …]
/kernel/linux/linux-5.10/sound/ppc/
Dpmac.h50 struct pmac_stream { struct
51 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 …]