Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/intel/atom/sst/
H A Dsst.c371 kfree(ctx->fw_sg_list.src); in sst_context_cleanup()
372 kfree(ctx->fw_sg_list.dst); in sst_context_cleanup()
373 ctx->fw_sg_list.list_len = 0; in sst_context_cleanup()
H A Dsst.h393 struct sst_sg_list fw_sg_list, library_list; member