/kernel/linux/linux-6.6/sound/soc/sof/ |
H A 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 in sof_pcm_hw_free() 288 const struct sof_ipc_pcm_ops *pcm_ops = sof_ipc_get_ops(sdev, pcm); sof_pcm_trigger() local 596 const struct sof_ipc_pcm_ops *pcm_ops = sof_ipc_get_ops(sdev, pcm); sof_pcm_dai_link_fixup() local 681 const struct sof_ipc_pcm_ops *pcm_ops = sof_ipc_get_ops(sdev, pcm); sof_pcm_delay() local [all...] |
H A D | sof-audio.c | 838 const struct sof_ipc_pcm_ops *pcm_ops = sof_ipc_get_ops(sdev, pcm); in sof_pcm_stream_free() local 843 if (pcm_ops && pcm_ops->platform_stop_during_hw_free) in sof_pcm_stream_free() 847 if (pcm_ops && pcm_ops->hw_free) { in sof_pcm_stream_free() 848 ret = pcm_ops->hw_free(sdev->component, substream); in sof_pcm_stream_free()
|
/kernel/linux/linux-5.10/sound/usb/6fire/ |
H 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()
|
/kernel/linux/linux-6.6/sound/usb/6fire/ |
H 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()
|
/kernel/linux/linux-5.10/sound/usb/hiface/ |
H 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/sound/usb/hiface/ |
H 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()
|
/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/ |
H A D | sst_drv_interface.c | 660 static struct sst_ops pcm_ops = { variable 693 .ops = &pcm_ops,
|
/kernel/linux/linux-5.10/drivers/staging/most/sound/ |
H A D | sound.c | 416 static const struct snd_pcm_ops pcm_ops = { variable 610 snd_pcm_set_ops(pcm, direction, &pcm_ops); in audio_probe_channel()
|
/kernel/linux/linux-6.6/sound/soc/intel/atom/sst/ |
H A D | sst_drv_interface.c | 655 static struct sst_ops pcm_ops = { variable 688 .ops = &pcm_ops,
|