Searched refs:pcm_pointer (Results 1 – 10 of 10) sorted by relevance
/linux/sound/soc/sof/intel/ |
A D | apl.c | 80 .pcm_pointer = hda_dsp_pcm_pointer,
|
A D | icl.c | 79 .pcm_pointer = hda_dsp_pcm_pointer,
|
A D | tgl.c | 75 .pcm_pointer = hda_dsp_pcm_pointer,
|
A D | cnl.c | 285 .pcm_pointer = hda_dsp_pcm_pointer,
|
A D | hda.c | 939 hdev->no_ipc_position = sof_ops(sdev)->pcm_pointer ? 1 : 0; in hda_dsp_probe()
|
/linux/drivers/most/ |
A 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/sound/soc/sof/ |
A D | ops.h | 451 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 D | pcm.c | 495 if (sof_ops(sdev)->pcm_pointer) in sof_pcm_pointer() 496 return sof_ops(sdev)->pcm_pointer(sdev, substream); in sof_pcm_pointer()
|
A D | sof-priv.h | 206 snd_pcm_uframes_t (*pcm_pointer)(struct snd_sof_dev *sdev, member
|
/linux/sound/pci/echoaudio/ |
A 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,
|
Completed in 18 milliseconds