Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/sof/
Dpcm.c129 const struct sof_ipc_pcm_ops *pcm_ops = sdev->ipc->ops->pcm; in sof_pcm_hw_params() local
146 if (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->hw_params) { in sof_pcm_hw_params()
181 ret = pcm_ops->hw_params(component, substream, params, &platform_params); in sof_pcm_hw_params()
199 const struct sof_ipc_pcm_ops *pcm_ops = sdev->ipc->ops->pcm; in sof_pcm_hw_free() local
215 if (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()
282 const struct sof_ipc_pcm_ops *pcm_ops = sdev->ipc->ops->pcm; in sof_pcm_trigger() local
347 if (pcm_ops->trigger) in sof_pcm_trigger()
[all …]
Dsof-audio.c629 const struct sof_ipc_pcm_ops *pcm_ops = sdev->ipc->ops->pcm; in sof_pcm_stream_free() local
633 if (pcm_ops->hw_free && spcm->prepared[substream->stream]) { in sof_pcm_stream_free()
634 ret = pcm_ops->hw_free(sdev->component, substream); in sof_pcm_stream_free()
/Linux-v6.1/sound/usb/6fire/
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-v6.1/sound/usb/hiface/
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-v6.1/drivers/most/
Dmost_snd.c406 static const struct snd_pcm_ops pcm_ops = { variable
600 snd_pcm_set_ops(pcm, direction, &pcm_ops); in audio_probe_channel()
/Linux-v6.1/sound/soc/intel/atom/sst/
Dsst_drv_interface.c655 static struct sst_ops pcm_ops = { variable
688 .ops = &pcm_ops,