Searched refs:pcm_pointer (Results 1 – 9 of 9) sorted by relevance
| /sound/soc/sof/intel/ |
| A D | hda-common-ops.c | 57 .pcm_pointer = hda_dsp_pcm_pointer,
|
| A D | hda.c | 813 hdev->no_ipc_position = sof_ops(sdev)->pcm_pointer ? 1 : 0; in hda_dsp_probe()
|
| /sound/soc/sof/ |
| A D | ops.h | 510 if (sof_ops(sdev) && sof_ops(sdev)->pcm_pointer) in snd_sof_pcm_platform_pointer() 511 return sof_ops(sdev)->pcm_pointer(sdev, substream); in snd_sof_pcm_platform_pointer()
|
| A D | pcm.c | 459 if (sof_ops(sdev)->pcm_pointer) in sof_pcm_pointer() 460 return sof_ops(sdev)->pcm_pointer(sdev, substream); in sof_pcm_pointer()
|
| A D | sof-priv.h | 251 snd_pcm_uframes_t (*pcm_pointer)(struct snd_sof_dev *sdev, member
|
| /sound/soc/sof/amd/ |
| A D | acp-common.c | 231 .pcm_pointer = acp_pcm_pointer,
|
| /sound/pci/echoaudio/ |
| A D | echoaudio.c | 810 static snd_pcm_uframes_t pcm_pointer(struct snd_pcm_substream *substream) in pcm_pointer() function 846 .pointer = pcm_pointer, 855 .pointer = pcm_pointer, 866 .pointer = pcm_pointer, 876 .pointer = pcm_pointer,
|
| /sound/soc/sof/mediatek/mt8195/ |
| A D | mt8195.c | 442 .pcm_pointer = mtk_adsp_stream_pcm_pointer,
|
| /sound/soc/sof/mediatek/mt8186/ |
| A D | mt8186.c | 418 .pcm_pointer = mtk_adsp_stream_pcm_pointer,
|
Completed in 23 milliseconds