Searched refs:pcm_ops (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/soc/sof/ |
| A D | pcm.c | 180 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 D | sof-audio.c | 835 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 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/sound/usb/hiface/ |
| A 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/drivers/most/ |
| A 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/sound/soc/intel/atom/sst/ |
| A D | sst_drv_interface.c | 655 static struct sst_ops pcm_ops = { variable 688 .ops = &pcm_ops,
|
Completed in 19 milliseconds