Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/
Dsoc-topology.c79 static int soc_tplg_process_headers(struct soc_tplg *tplg);
80 static void soc_tplg_complete(struct soc_tplg *tplg);
89 static int soc_tplg_check_elem_count(struct soc_tplg *tplg, size_t elem_size, in soc_tplg_check_elem_count() argument
92 const u8 *end = tplg->pos + elem_size * count; in soc_tplg_check_elem_count()
94 if (end > tplg->fw->data + tplg->fw->size) { in soc_tplg_check_elem_count()
95 dev_err(tplg->dev, "ASoC: %s overflow end of data\n", in soc_tplg_check_elem_count()
103 dev_err(tplg->dev, in soc_tplg_check_elem_count()
112 static inline int soc_tplg_is_eof(struct soc_tplg *tplg) in soc_tplg_is_eof() argument
114 const u8 *end = tplg->hdr_pos; in soc_tplg_is_eof()
116 if (end >= tplg->fw->data + tplg->fw->size) in soc_tplg_is_eof()
[all …]
/Linux-v4.19/sound/soc/intel/skylake/
Dskl.h94 const struct firmware *tplg; member
Dskl.c995 release_firmware(skl->tplg); in skl_remove()
Dskl-topology.c3751 skl->tplg = fw; in skl_tplg_init()