Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/sof/intel/
Dhda-pcm.c122 if (hda && hda->no_ipc_position) { in hda_dsp_pcm_hw_params()
164 if (hda && !hda->no_ipc_position) { in hda_dsp_pcm_pointer()
Dhda-stream.c113 ioc = hda->no_ipc_position ? in hda_dsp_stream_setup_bdl()
684 if (s->substream && sof_hda->no_ipc_position) { in hda_dsp_stream_check()
Dhda.c789 hdev->no_ipc_position = 0; in hda_dsp_probe()
791 hdev->no_ipc_position = sof_ops(sdev)->pcm_pointer ? 1 : 0; in hda_dsp_probe()
Dhda.h431 u32 no_ipc_position; member