Home
last modified time | relevance | path

Searched refs:pcm_ops (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/sof/
H A Dpcm.c128 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 Dsof-audio.c838 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 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/
H A Dsst_drv_interface.c660 static struct sst_ops pcm_ops = { variable
693 .ops = &pcm_ops,
/kernel/linux/linux-5.10/drivers/staging/most/sound/
H A Dsound.c416 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 Dsst_drv_interface.c655 static struct sst_ops pcm_ops = { variable
688 .ops = &pcm_ops,

Completed in 10 milliseconds