Searched refs:pcm_pointer (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/sound/soc/sof/intel/ |
D | apl.c | 74 .pcm_pointer = hda_dsp_pcm_pointer,
|
D | tgl.c | 69 .pcm_pointer = hda_dsp_pcm_pointer,
|
D | cnl.c | 279 .pcm_pointer = hda_dsp_pcm_pointer,
|
D | hda.c | 791 hdev->no_ipc_position = sof_ops(sdev)->pcm_pointer ? 1 : 0; in hda_dsp_probe()
|
/Linux-v5.10/sound/soc/sof/ |
D | ops.h | 390 if (sof_ops(sdev) && sof_ops(sdev)->pcm_pointer) in snd_sof_pcm_platform_pointer() 391 return sof_ops(sdev)->pcm_pointer(sdev, substream); in snd_sof_pcm_platform_pointer()
|
D | pcm.c | 436 if (sof_ops(sdev)->pcm_pointer) in sof_pcm_pointer() 437 return sof_ops(sdev)->pcm_pointer(sdev, substream); in sof_pcm_pointer()
|
D | sof-priv.h | 173 snd_pcm_uframes_t (*pcm_pointer)(struct snd_sof_dev *sdev, member
|
/Linux-v5.10/drivers/staging/most/sound/ |
D | sound.c | 404 static snd_pcm_uframes_t pcm_pointer(struct snd_pcm_substream *substream) in pcm_pointer() function 419 .pointer = pcm_pointer,
|
/Linux-v5.10/sound/pci/echoaudio/ |
D | echoaudio.c | 807 static snd_pcm_uframes_t pcm_pointer(struct snd_pcm_substream *substream) in pcm_pointer() function 843 .pointer = pcm_pointer, 852 .pointer = pcm_pointer, 863 .pointer = pcm_pointer, 873 .pointer = pcm_pointer,
|