Searched refs:pcm_ops (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/sound/soc/sof/ |
D | pcm.c | 128 const struct sof_ipc_pcm_ops *pcm_ops = sof_ipc_get_ops(sdev, pcm); in sof_pcm_hw_params() local 146 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() 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 = sof_ipc_get_ops(sdev, pcm); in sof_pcm_hw_free() local 216 if (pcm_ops && pcm_ops->platform_stop_during_hw_free) in sof_pcm_hw_free() 220 if (pcm_ops && pcm_ops->hw_free) { in sof_pcm_hw_free() 221 ret = pcm_ops->hw_free(component, substream); in sof_pcm_hw_free() 288 const struct sof_ipc_pcm_ops *pcm_ops = sof_ipc_get_ops(sdev, pcm); in sof_pcm_trigger() local [all …]
|
D | sof-audio.c | 821 const struct sof_ipc_pcm_ops *pcm_ops = sof_ipc_get_ops(sdev, pcm); in sof_pcm_stream_free() local 826 if (pcm_ops && pcm_ops->platform_stop_during_hw_free) in sof_pcm_stream_free() 830 if (pcm_ops && pcm_ops->hw_free) { in sof_pcm_stream_free() 831 ret = pcm_ops->hw_free(sdev->component, substream); in sof_pcm_stream_free()
|
/Linux-v6.6/sound/usb/6fire/ |
D | pcm.c | 542 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.6/sound/usb/hiface/ |
D | pcm.c | 498 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.6/drivers/most/ |
D | most_snd.c | 408 static const struct snd_pcm_ops pcm_ops = { variable 602 snd_pcm_set_ops(pcm, direction, &pcm_ops); in audio_probe_channel()
|
/Linux-v6.6/sound/soc/intel/atom/sst/ |
D | sst_drv_interface.c | 655 static struct sst_ops pcm_ops = { variable 688 .ops = &pcm_ops,
|