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