Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/amd/acp/
Damd.h157 struct acp_stream { struct
158 struct list_head list;
159 struct snd_pcm_substream *substream;
160 int irq_bit;
161 int dai_id;
162 int id;
163 int dir;
164 u64 bytescount;
165 u32 reg_offset;
166 u32 pte_offset;
[all …]
/linux-6.12.1/sound/soc/sof/amd/
Dacp-stream.c156 struct acp_dsp_stream *acp_stream) in acp_dsp_stream_put()