Searched refs:pcm_ops (Results 1 – 5 of 5) sorted by relevance
178 if (pcm_ops && pcm_ops->hw_params) { in sof_pcm_hw_params()203 if (pcm_ops && pcm_ops->platform_stop_during_hw_free) in sof_pcm_stream_free()208 if (pcm_ops && pcm_ops->hw_free) { in sof_pcm_stream_free()370 if (pcm_ops && pcm_ops->ipc_first_on_start) in sof_pcm_trigger()384 if (pcm_ops && pcm_ops->ipc_first_on_start) in sof_pcm_trigger()392 if (pcm_ops && pcm_ops->d0i3_supported_in_s0ix && in sof_pcm_trigger()406 if (pcm_ops && pcm_ops->reset_hw_params_during_stop) in sof_pcm_trigger()417 if (pcm_ops && pcm_ops->trigger) in sof_pcm_trigger()468 if (pcm_ops && pcm_ops->pointer) in sof_pcm_pointer()691 if (pcm_ops && pcm_ops->dai_link_fixup) in sof_pcm_dai_link_fixup()[all …]
542 static const struct snd_pcm_ops pcm_ops = { variable644 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &pcm_ops); in usb6fire_pcm_init()645 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &pcm_ops); in usb6fire_pcm_init()
498 static const struct snd_pcm_ops pcm_ops = { variable598 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &pcm_ops); in hiface_pcm_init()
408 static const struct snd_pcm_ops pcm_ops = { variable602 snd_pcm_set_ops(pcm, direction, &pcm_ops); in audio_probe_channel()
655 static struct sst_ops pcm_ops = { variable688 .ops = &pcm_ops,