Searched refs:pcm_ops (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/soc/sof/ |
| H A D | pcm.c | 123 const struct sof_ipc_pcm_ops *pcm_ops = sof_ipc_get_ops(sdev, pcm); in sof_pcm_hw_params() 154 if (spcm->prepared[substream->stream] && pcm_ops && pcm_ops->hw_free) { in sof_pcm_hw_params() 155 ret = pcm_ops->hw_free(component, substream); in sof_pcm_hw_params() 214 const struct sof_ipc_pcm_ops *pcm_ops = sof_ipc_get_ops(sdev, pcm); in sof_pcm_stream_free() 220 if (pcm_ops && pcm_ops->platform_stop_during_hw_free) in sof_pcm_stream_free() 225 if (pcm_ops && pcm_ops->hw_free) { in sof_pcm_stream_free() 226 ret = pcm_ops in sof_pcm_stream_free() 109 const struct sof_ipc_pcm_ops *pcm_ops = sof_ipc_get_ops(sdev, pcm); sof_pcm_hw_params() local 181 const struct sof_ipc_pcm_ops *pcm_ops = sof_ipc_get_ops(sdev, pcm); sof_pcm_stream_free() local 331 const struct sof_ipc_pcm_ops *pcm_ops = sof_ipc_get_ops(sdev, pcm); sof_pcm_trigger() local 443 const struct sof_ipc_pcm_ops *pcm_ops = sof_ipc_get_ops(sdev, pcm); sof_pcm_pointer() local 654 const struct sof_ipc_pcm_ops *pcm_ops = sof_ipc_get_ops(sdev, pcm); sof_pcm_dai_link_fixup() local 738 const struct sof_ipc_pcm_ops *pcm_ops = sof_ipc_get_ops(sdev, pcm); sof_pcm_delay() local [all...] |
| /linux/sound/usb/6fire/ |
| H A D | pcm.c | 529 static const struct snd_pcm_ops pcm_ops = { variable 631 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &pcm_ops); in usb6fire_pcm_init() 632 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &pcm_ops); in usb6fire_pcm_init()
|
| /linux/sound/usb/hiface/ |
| H A D | pcm.c | 481 static const struct snd_pcm_ops pcm_ops = { variable 580 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &pcm_ops); in hiface_pcm_init()
|
| /linux/drivers/most/ |
| H 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()
|