Searched defs:acp_stream (Results 1 – 2 of 2) sorted by relevance
175 struct acp_stream { struct176 struct list_head list;177 struct snd_pcm_substream *substream;178 int irq_bit;179 int dai_id;180 int id;181 int dir;182 u64 bytescount;183 u32 reg_offset;184 u32 pte_offset;[all …]
156 struct acp_dsp_stream *acp_stream) in acp_dsp_stream_put()