Searched refs:pcm_pointer (Results 1 – 10 of 10) 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 | 815 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/ |
| H A D | ops.h | 506 if (sof_ops(sdev) && sof_ops(sdev)->pcm_pointer) 507 return sof_ops(sdev)->pcm_pointer(sdev, substream); in snd_sof_pcm_platform_pointer()
|
| H A D | pcm.c | 518 if (sof_ops(sdev)->pcm_pointer) in sof_pcm_open() 519 return sof_ops(sdev)->pcm_pointer(sdev, substream); in sof_pcm_open()
|
| H A D | sof-priv.h | 251 snd_pcm_uframes_t (*pcm_pointer)(struct snd_sof_dev *sdev, member
|
| /linux/sound/soc/sof/amd/ |
| H A D | acp-common.c | 231 .pcm_pointer = acp_pcm_pointer,
|
| /linux/sound/pci/echoaudio/ |
| H A D | echoaudio.c | 797 static snd_pcm_uframes_t pcm_pointer(struct snd_pcm_substream *substream) in pcm_pointer() function 833 .pointer = pcm_pointer, 842 .pointer = pcm_pointer, 853 .pointer = pcm_pointer, 863 .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,
|