Searched refs:pcm_pointer (Results 1 – 8 of 8) sorted by relevance
/linux/sound/soc/sof/intel/ |
H A D | hda-common-ops.c | 57 .pcm_pointer = hda_dsp_pcm_pointer,
|
H A D | hda.c | 813 hdev->no_ipc_position = sof_ops(sdev)->pcm_pointer ? 1 : 0; in hda_dsp_probe()
|
/linux/drivers/most/ |
H 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/sound/soc/sof/amd/ |
H A D | acp-common.c | 231 .pcm_pointer = acp_pcm_pointer,
|
/linux/sound/soc/sof/ |
H 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()
|
/linux/sound/pci/echoaudio/ |
H 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,
|
/linux/sound/soc/sof/mediatek/mt8195/ |
H A D | mt8195.c | 442 .pcm_pointer = mtk_adsp_stream_pcm_pointer,
|
/linux/sound/soc/sof/mediatek/mt8186/ |
H A D | mt8186.c | 418 .pcm_pointer = mtk_adsp_stream_pcm_pointer,
|