Searched defs:sof_ipc_pcm_ops (Results 1 – 1 of 1) sorted by relevance
123 struct sof_ipc_pcm_ops { struct127 int (*hw_free)(struct snd_soc_component *component, struct snd_pcm_substream *substream);128 int (*trigger)(struct snd_soc_component *component, struct snd_pcm_substream *substream,131 int (*pcm_setup)(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm);132 void (*pcm_free)(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm);133 int (*pointer)(struct snd_soc_component *component,136 snd_pcm_sframes_t (*delay)(struct snd_soc_component *component,138 bool reset_hw_params_during_stop;139 bool ipc_first_on_start;140 bool platform_stop_during_hw_free;[all …]
Completed in 13 milliseconds