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.c476 int ofs, int size, int with_ioc) in setup_bdle()
505 bdl[3] = (size || !with_ioc) ? 0 : cpu_to_le32(0x01); in snd_hdac_stream_setup_bdle()
454 setup_bdle(struct hdac_bus * bus,struct snd_dma_buffer * dmab,struct hdac_stream * azx_dev,__le32 ** bdlp,int ofs,int size,int with_ioc) setup_bdle() argument