Home
last modified time | relevance | path

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

/linux-6.8/sound/soc/amd/acp/
Damd.h143 struct acp_stream { struct
144 struct list_head list;
145 struct snd_pcm_substream *substream;
146 int irq_bit;
147 int dai_id;
148 int id;
149 int dir;
150 u64 bytescount;
151 u32 reg_offset;
152 u32 pte_offset;
[all …]
/linux-6.8/sound/soc/sof/amd/
Dacp-stream.c156 struct acp_dsp_stream *acp_stream) in acp_dsp_stream_put()