Home
last modified time | relevance | path

Searched refs:with_ioc (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/sof/intel/
H A Dhda-loader-skl.c117 __le32 **bdlp, int size, int with_ioc) in cl_skl_cldma_setup_bdle() argument
130 bdl[3] = (!with_ioc) ? 0 : cpu_to_le32(0x01); in cl_skl_cldma_setup_bdle()
/linux/sound/hda/core/
H A Dstream.c456 int ofs, int size, int with_ioc) in setup_bdle() argument
485 bdl[3] = (size || !with_ioc) ? 0 : cpu_to_le32(0x01); in setup_bdle()