Searched defs:acp_dsp_stream (Results 1 – 1 of 1) sorted by relevance
167 struct acp_dsp_stream { struct168 struct list_head list;169 struct snd_sof_dev *sdev;170 struct snd_pcm_substream *substream;171 struct snd_dma_buffer *dmab;172 int num_pages;173 int stream_tag;174 int active;175 unsigned int reg_offset;176 size_t posn_offset;[all …]