Searched refs:pcm_pointer (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/sound/soc/sof/intel/ |
A D | hda-common-ops.c | 55 .pcm_pointer = hda_dsp_pcm_pointer,
|
A D | hda.c | 1104 hdev->no_ipc_position = sof_ops(sdev)->pcm_pointer ? 1 : 0; in hda_dsp_probe()
|
/linux-6.3-rc2/drivers/most/ |
A D | most_snd.c | 398 static snd_pcm_uframes_t pcm_pointer(struct snd_pcm_substream *substream) in pcm_pointer() function 413 .pointer = pcm_pointer,
|
/linux-6.3-rc2/sound/soc/sof/ |
A D | ops.h | 498 if (sof_ops(sdev) && sof_ops(sdev)->pcm_pointer) in snd_sof_pcm_platform_pointer() 499 return sof_ops(sdev)->pcm_pointer(sdev, substream); in snd_sof_pcm_platform_pointer()
|
A D | pcm.c | 372 if (sof_ops(sdev)->pcm_pointer) in sof_pcm_pointer() 373 return sof_ops(sdev)->pcm_pointer(sdev, substream); in sof_pcm_pointer()
|
A D | sof-priv.h | 245 snd_pcm_uframes_t (*pcm_pointer)(struct snd_sof_dev *sdev, member
|
/linux-6.3-rc2/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,
|
/linux-6.3-rc2/sound/soc/sof/mediatek/mt8186/ |
A D | mt8186.c | 578 .pcm_pointer = mt8186_pcm_pointer,
|
/linux-6.3-rc2/sound/soc/sof/mediatek/mt8195/ |
A D | mt8195.c | 629 .pcm_pointer = mt8195_pcm_pointer,
|
Completed in 19 milliseconds