Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-common-ops.c55 .pcm_pointer = hda_dsp_pcm_pointer,
H A Dhda.c1180 hdev->no_ipc_position = sof_ops(sdev)->pcm_pointer ? 1 : 0; in hda_dsp_probe()
/openbmc/linux/sound/soc/sof/amd/
H A Dacp-common.c174 .pcm_pointer = acp_pcm_pointer,
/openbmc/linux/drivers/most/
H A Dmost_snd.c398 static snd_pcm_uframes_t pcm_pointer(struct snd_pcm_substream *substream) in pcm_pointer() function
413 .pointer = pcm_pointer,
/openbmc/linux/sound/soc/sof/
H A Dops.h498 if (sof_ops(sdev) && sof_ops(sdev)->pcm_pointer) in snd_sof_pcm_platform_pointer()
499 return sof_ops(sdev)->pcm_pointer(sdev, substream); in snd_sof_pcm_platform_pointer()
H A Dpcm.c398 if (sof_ops(sdev)->pcm_pointer) in sof_pcm_pointer()
399 return sof_ops(sdev)->pcm_pointer(sdev, substream); in sof_pcm_pointer()
H A Dsof-priv.h249 snd_pcm_uframes_t (*pcm_pointer)(struct snd_sof_dev *sdev, member
/openbmc/linux/sound/pci/echoaudio/
H A 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,
/openbmc/linux/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c595 .pcm_pointer = mt8195_pcm_pointer,
/openbmc/linux/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c571 .pcm_pointer = mt8186_pcm_pointer,