Searched defs:acp_dsp_stream (Results 1 – 1 of 1) sorted by relevance
184 struct acp_dsp_stream { struct185 struct list_head list;186 struct snd_sof_dev *sdev;187 struct snd_pcm_substream *substream;188 struct snd_dma_buffer *dmab;189 int num_pages;190 int stream_tag;191 int active;192 unsigned int reg_offset;193 size_t posn_offset;[all …]