Searched defs:acp_stream (Results 1 – 2 of 2) sorted by relevance
101 struct acp_stream { struct102 struct list_head list;103 struct snd_pcm_substream *substream;104 int irq_bit;105 int dai_id;106 int id;107 int dir;108 u64 bytescount;109 u32 reg_offset;110 u32 pte_offset;[all …]
156 struct acp_dsp_stream *acp_stream) in acp_dsp_stream_put()