Searched refs:pcm_pointer (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/sound/soc/sof/intel/ |
D | apl.c | 75 .pcm_pointer = hda_dsp_pcm_pointer,
|
D | icl.c | 74 .pcm_pointer = hda_dsp_pcm_pointer,
|
D | tgl.c | 70 .pcm_pointer = hda_dsp_pcm_pointer,
|
D | cnl.c | 280 .pcm_pointer = hda_dsp_pcm_pointer,
|
D | hda.c | 802 hdev->no_ipc_position = sof_ops(sdev)->pcm_pointer ? 1 : 0; in hda_dsp_probe()
|
/Linux-v5.15/sound/soc/sof/ |
D | ops.h | 425 if (sof_ops(sdev) && sof_ops(sdev)->pcm_pointer) in snd_sof_pcm_platform_pointer() 426 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 | 178 snd_pcm_uframes_t (*pcm_pointer)(struct snd_sof_dev *sdev, member
|
/Linux-v5.15/drivers/most/ |
D | most_snd.c | 396 static snd_pcm_uframes_t pcm_pointer(struct snd_pcm_substream *substream) in pcm_pointer() function 411 .pointer = pcm_pointer,
|
/Linux-v5.15/sound/pci/echoaudio/ |
D | echoaudio.c | 820 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,
|