Searched refs:pcm_pointer (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/sound/soc/sof/intel/ |
D | hda-common-ops.c | 57 .pcm_pointer = hda_dsp_pcm_pointer,
|
D | hda.c | 766 hdev->no_ipc_position = sof_ops(sdev)->pcm_pointer ? 1 : 0; in hda_dsp_probe()
|
/linux-6.12.1/drivers/most/ |
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.12.1/sound/soc/sof/ |
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()
|
D | pcm.c | 402 if (sof_ops(sdev)->pcm_pointer) in sof_pcm_pointer() 403 return sof_ops(sdev)->pcm_pointer(sdev, substream); in sof_pcm_pointer()
|
D | sof-priv.h | 259 snd_pcm_uframes_t (*pcm_pointer)(struct snd_sof_dev *sdev, member
|
/linux-6.12.1/sound/soc/sof/amd/ |
D | acp-common.c | 232 .pcm_pointer = acp_pcm_pointer,
|
/linux-6.12.1/sound/pci/echoaudio/ |
D | echoaudio.c | 809 static snd_pcm_uframes_t pcm_pointer(struct snd_pcm_substream *substream) in pcm_pointer() function 845 .pointer = pcm_pointer, 854 .pointer = pcm_pointer, 865 .pointer = pcm_pointer, 875 .pointer = pcm_pointer,
|
/linux-6.12.1/sound/soc/sof/mediatek/mt8195/ |
D | mt8195.c | 544 .pcm_pointer = mt8195_pcm_pointer,
|
/linux-6.12.1/sound/soc/sof/mediatek/mt8186/ |
D | mt8186.c | 520 .pcm_pointer = mt8186_pcm_pointer,
|