Searched refs:pcm_pointer (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/sound/soc/sof/intel/ |
D | apl.c | 68 .pcm_pointer = hda_dsp_pcm_pointer,
|
D | cnl.c | 226 .pcm_pointer = hda_dsp_pcm_pointer,
|
D | hda.c | 548 hdev->no_ipc_position = sof_ops(sdev)->pcm_pointer ? 1 : 0; in hda_dsp_probe()
|
/Linux-v5.4/sound/soc/sof/ |
D | ops.h | 378 if (sof_ops(sdev) && sof_ops(sdev)->pcm_pointer) in snd_sof_pcm_platform_pointer() 379 return sof_ops(sdev)->pcm_pointer(sdev, substream); in snd_sof_pcm_platform_pointer()
|
D | pcm.c | 412 if (sof_ops(sdev)->pcm_pointer) in sof_pcm_pointer() 413 return sof_ops(sdev)->pcm_pointer(sdev, substream); in sof_pcm_pointer()
|
D | sof-priv.h | 156 snd_pcm_uframes_t (*pcm_pointer)(struct snd_sof_dev *sdev, member
|
/Linux-v5.4/drivers/staging/most/sound/ |
D | sound.c | 453 static snd_pcm_uframes_t pcm_pointer(struct snd_pcm_substream *substream) in pcm_pointer() function 471 .pointer = pcm_pointer,
|
/Linux-v5.4/sound/pci/echoaudio/ |
D | echoaudio.c | 796 static snd_pcm_uframes_t pcm_pointer(struct snd_pcm_substream *substream) in pcm_pointer() function 826 .pointer = pcm_pointer, 837 .pointer = pcm_pointer, 850 .pointer = pcm_pointer, 862 .pointer = pcm_pointer, 1827 period = pcm_pointer(substream) / in snd_echo_interrupt()
|