Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/soc/sof/
A Dpcm.c146 if (pcm_ops && pcm_ops->hw_free && spcm->prepared[substream->stream]) { in sof_pcm_hw_params()
147 ret = pcm_ops->hw_free(component, substream); in sof_pcm_hw_params()
180 if (pcm_ops && pcm_ops->hw_params) { in sof_pcm_hw_params()
215 if (pcm_ops && pcm_ops->hw_free && spcm->prepared[substream->stream]) { in sof_pcm_hw_free()
216 ret = pcm_ops->hw_free(component, substream); in sof_pcm_hw_free()
345 if (pcm_ops && pcm_ops->trigger) in sof_pcm_trigger()
346 ret = pcm_ops->trigger(component, substream, cmd); in sof_pcm_trigger()
590 if (pcm_ops && pcm_ops->dai_link_fixup) in sof_pcm_dai_link_fixup()
591 return pcm_ops->dai_link_fixup(rtd, params); in sof_pcm_dai_link_fixup()
655 if (pcm_ops && pcm_ops->delay) in sof_pcm_delay()
[all …]
A Dsof-audio.c724 const struct sof_ipc_pcm_ops *pcm_ops = sof_ipc_get_ops(sdev, pcm); in sof_pcm_stream_free() local
728 if (pcm_ops && pcm_ops->hw_free && spcm->prepared[substream->stream]) { in sof_pcm_stream_free()
729 ret = pcm_ops->hw_free(sdev->component, substream); in sof_pcm_stream_free()
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/sound/soc/intel/atom/sst/
A Dsst_drv_interface.c655 static struct sst_ops pcm_ops = { variable
688 .ops = &pcm_ops,

Completed in 12 milliseconds