Home
last modified time | relevance | path

Searched refs:pcm_ops (Results 1 – 6 of 6) sorted by relevance

/linux/sound/soc/sof/
A Dpcm.c180 if (pcm_ops && pcm_ops->hw_params) { in sof_pcm_hw_params()
297 if (pcm_ops && pcm_ops->ipc_first_on_start) in sof_pcm_trigger()
311 if (pcm_ops && pcm_ops->ipc_first_on_start) in sof_pcm_trigger()
319 if (pcm_ops && pcm_ops->d0i3_supported_in_s0ix && in sof_pcm_trigger()
333 if (pcm_ops && pcm_ops->reset_hw_params_during_stop) in sof_pcm_trigger()
344 if (pcm_ops && pcm_ops->trigger) in sof_pcm_trigger()
358 if (!pcm_ops || !pcm_ops->platform_stop_during_hw_free) in sof_pcm_trigger()
366 if (pcm_ops && pcm_ops->platform_stop_during_hw_free && in sof_pcm_trigger()
395 if (pcm_ops && pcm_ops->pointer) in sof_pcm_pointer()
620 if (pcm_ops && pcm_ops->dai_link_fixup) in sof_pcm_dai_link_fixup()
[all …]
A Dsof-audio.c835 const struct sof_ipc_pcm_ops *pcm_ops = sof_ipc_get_ops(sdev, pcm); in sof_pcm_stream_free() local
841 if (pcm_ops && pcm_ops->platform_stop_during_hw_free) in sof_pcm_stream_free()
845 if (pcm_ops && pcm_ops->hw_free) { in sof_pcm_stream_free()
846 ret = pcm_ops->hw_free(sdev->component, substream); in sof_pcm_stream_free()
/linux/sound/usb/6fire/
A Dpcm.c542 static const struct snd_pcm_ops pcm_ops = { variable
644 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()
/linux/sound/usb/hiface/
A Dpcm.c498 static const struct snd_pcm_ops pcm_ops = { variable
598 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &pcm_ops); in hiface_pcm_init()
/linux/drivers/most/
A Dmost_snd.c408 static const struct snd_pcm_ops pcm_ops = { variable
602 snd_pcm_set_ops(pcm, direction, &pcm_ops); in audio_probe_channel()
/linux/sound/soc/intel/atom/sst/
A Dsst_drv_interface.c655 static struct sst_ops pcm_ops = { variable
688 .ops = &pcm_ops,

Completed in 19 milliseconds