Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A 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()
H A 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()
H A 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()
H A Dhda.h431 u32 no_ipc_position; member