Searched defs:acp_stream (Results 1 – 2 of 2) sorted by relevance
152 struct acp_stream { struct153 struct list_head list;154 struct snd_pcm_substream *substream;155 int irq_bit;156 int dai_id;157 int id;158 int dir;159 u64 bytescount;160 u32 reg_offset;161 u32 pte_offset;[all …]
156 struct acp_dsp_stream *acp_stream) in acp_dsp_stream_put()