Searched defs:acp_stream (Results 1 – 2 of 2) sorted by relevance
143 struct acp_stream { struct144 struct list_head list;145 struct snd_pcm_substream *substream;146 int irq_bit;147 int dai_id;148 int id;149 int dir;150 u64 bytescount;151 u32 reg_offset;152 u32 pte_offset;[all …]
156 struct acp_dsp_stream *acp_stream) in acp_dsp_stream_put()