Searched defs:acp_stream (Results 1 – 2 of 2) sorted by relevance
134 struct acp_stream { struct135 struct list_head list;136 struct snd_pcm_substream *substream;137 int irq_bit;138 int dai_id;139 int id;140 int dir;141 u64 bytescount;142 u32 reg_offset;143 u32 pte_offset;[all …]
156 struct acp_dsp_stream *acp_stream) in acp_dsp_stream_put()