Home
last modified time | relevance | path

Searched defs:acp_stream (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/sound/soc/amd/acp/
Damd.h175 struct acp_stream { struct
176 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 …]
/linux-6.15/sound/soc/sof/amd/
Dacp-stream.c156 struct acp_dsp_stream *acp_stream) in acp_dsp_stream_put()