Home
last modified time | relevance | path

Searched refs:pcm_pointer (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/sound/soc/sof/intel/
Dhda-common-ops.c59 .pcm_pointer = hda_dsp_pcm_pointer,
Dhda.c1065 hdev->no_ipc_position = sof_ops(sdev)->pcm_pointer ? 1 : 0; in hda_dsp_probe()
/Linux-v6.1/sound/soc/sof/
Dops.h475 if (sof_ops(sdev) && sof_ops(sdev)->pcm_pointer) in snd_sof_pcm_platform_pointer()
476 return sof_ops(sdev)->pcm_pointer(sdev, substream); in snd_sof_pcm_platform_pointer()
Dpcm.c375 if (sof_ops(sdev)->pcm_pointer) in sof_pcm_pointer()
376 return sof_ops(sdev)->pcm_pointer(sdev, substream); in sof_pcm_pointer()
Dsof-priv.h224 snd_pcm_uframes_t (*pcm_pointer)(struct snd_sof_dev *sdev, member
/Linux-v6.1/drivers/most/
Dmost_snd.c396 static snd_pcm_uframes_t pcm_pointer(struct snd_pcm_substream *substream) in pcm_pointer() function
411 .pointer = pcm_pointer,
/Linux-v6.1/sound/pci/echoaudio/
Dechoaudio.c820 static snd_pcm_uframes_t pcm_pointer(struct snd_pcm_substream *substream) in pcm_pointer() function
856 .pointer = pcm_pointer,
865 .pointer = pcm_pointer,
876 .pointer = pcm_pointer,
886 .pointer = pcm_pointer,
/Linux-v6.1/sound/soc/sof/mediatek/mt8186/
Dmt8186.c572 .pcm_pointer = mt8186_pcm_pointer,
/Linux-v6.1/sound/soc/sof/mediatek/mt8195/
Dmt8195.c634 .pcm_pointer = mt8195_pcm_pointer,