Home
last modified time | relevance | path

Searched refs:no_ipc_position (Results 1 – 6 of 6) sorted by relevance

/linux/sound/soc/sof/intel/
H A Dhda-pcm.c144 platform_params->no_ipc_position = hda->no_ipc_position; in hda_dsp_pcm_hw_params()
202 if (hda && !hda->no_ipc_position) { in hda_dsp_pcm_pointer()
H A Dhda.c769 hdev->no_ipc_position = 0; in hda_dsp_probe()
771 hdev->no_ipc_position = sof_ops(sdev)->pcm_pointer ? 1 : 0; in hda_dsp_probe()
775 hdev->no_ipc_position = 1; in hda_dsp_probe()
H A Dhda-stream.c169 ioc = hda->no_ipc_position ? in hda_dsp_stream_setup_bdl()
820 if (s->substream && sof_hda->no_ipc_position) { in hda_dsp_stream_check()
H A Dhda.h516 u32 no_ipc_position; member
/linux/sound/soc/sof/
H A Dipc3-pcm.c106 if (platform_params->no_ipc_position) { in sof_ipc3_pcm_hw_params()
H A Dsof-priv.h131 * @no_ipc_position: Disable position update IPC from firmware
138 bool no_ipc_position;
146 bool no_ipc_position; global() member