Searched defs:acp_dsp_stream (Results 1 – 1 of 1) sorted by relevance
161 struct acp_dsp_stream { struct162 struct list_head list;163 struct snd_sof_dev *sdev;164 struct snd_pcm_substream *substream;165 struct snd_dma_buffer *dmab;166 int num_pages;167 int stream_tag;168 int active;169 unsigned int reg_offset;170 size_t posn_offset;[all …]