Lines Matching refs:snd_pcm_substream
17 struct snd_pcm_substream;
208 struct snd_pcm_substream *substream,
211 struct snd_pcm_substream *substream,
214 struct snd_pcm_substream *substream);
216 struct snd_pcm_substream *substream, int rollback);
240 int snd_soc_pcm_dai_prepare(struct snd_pcm_substream *substream);
241 int snd_soc_pcm_dai_trigger(struct snd_pcm_substream *substream, int cmd,
243 int snd_soc_pcm_dai_bespoke_trigger(struct snd_pcm_substream *substream,
245 void snd_soc_pcm_dai_delay(struct snd_pcm_substream *substream,
329 int (*startup)(struct snd_pcm_substream *,
331 void (*shutdown)(struct snd_pcm_substream *,
333 int (*hw_params)(struct snd_pcm_substream *,
335 int (*hw_free)(struct snd_pcm_substream *,
337 int (*prepare)(struct snd_pcm_substream *,
346 int (*trigger)(struct snd_pcm_substream *, int,
348 int (*bespoke_trigger)(struct snd_pcm_substream *, int,
354 snd_pcm_sframes_t (*delay)(struct snd_pcm_substream *,
466 struct snd_pcm_substream *mark_startup;
467 struct snd_pcm_substream *mark_hw_params;
468 struct snd_pcm_substream *mark_trigger;