Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/sof/
H A Dpcm.c178 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 …]
/linux-6.15/sound/usb/6fire/
H 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.15/sound/usb/hiface/
H 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.15/drivers/most/
H 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.15/sound/soc/intel/atom/sst/
H A Dsst_drv_interface.c655 static struct sst_ops pcm_ops = { variable
688 .ops = &pcm_ops,