Home
last modified time | relevance | path

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

/linux/sound/soc/sof/intel/
A Dapl.c80 .pcm_pointer = hda_dsp_pcm_pointer,
A Dicl.c79 .pcm_pointer = hda_dsp_pcm_pointer,
A Dtgl.c75 .pcm_pointer = hda_dsp_pcm_pointer,
A Dcnl.c285 .pcm_pointer = hda_dsp_pcm_pointer,
A Dhda.c939 hdev->no_ipc_position = sof_ops(sdev)->pcm_pointer ? 1 : 0; in hda_dsp_probe()
/linux/drivers/most/
A Dmost_snd.c396 static snd_pcm_uframes_t pcm_pointer(struct snd_pcm_substream *substream) in pcm_pointer() function
411 .pointer = pcm_pointer,
/linux/sound/soc/sof/
A Dops.h451 if (sof_ops(sdev) && sof_ops(sdev)->pcm_pointer) in snd_sof_pcm_platform_pointer()
452 return sof_ops(sdev)->pcm_pointer(sdev, substream); in snd_sof_pcm_platform_pointer()
A Dpcm.c495 if (sof_ops(sdev)->pcm_pointer) in sof_pcm_pointer()
496 return sof_ops(sdev)->pcm_pointer(sdev, substream); in sof_pcm_pointer()
A Dsof-priv.h206 snd_pcm_uframes_t (*pcm_pointer)(struct snd_sof_dev *sdev, member
/linux/sound/pci/echoaudio/
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,

Completed in 21 milliseconds