Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/soc/sof/
A Dsof-audio.h108 struct sof_ipc_pcm_ops { struct
109 int (*hw_params)(struct snd_soc_component *component, struct snd_pcm_substream *substream,
112 int (*hw_free)(struct snd_soc_component *component, struct snd_pcm_substream *substream);
113 int (*trigger)(struct snd_soc_component *component, struct snd_pcm_substream *substream,
115 int (*dai_link_fixup)(struct snd_soc_pcm_runtime *rtd, struct snd_pcm_hw_params *params);
116 int (*pcm_setup)(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm);
117 void (*pcm_free)(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm);
118 snd_pcm_sframes_t (*delay)(struct snd_soc_component *component,

Completed in 5 milliseconds