Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/
Dsoc-topology.c81 static int soc_tplg_process_headers(struct soc_tplg *tplg);
82 static void soc_tplg_complete(struct soc_tplg *tplg);
91 static int soc_tplg_check_elem_count(struct soc_tplg *tplg, size_t elem_size, in soc_tplg_check_elem_count() argument
94 const u8 *end = tplg->pos + elem_size * count; in soc_tplg_check_elem_count()
96 if (end > tplg->fw->data + tplg->fw->size) { in soc_tplg_check_elem_count()
97 dev_err(tplg->dev, "ASoC: %s overflow end of data\n", in soc_tplg_check_elem_count()
105 dev_err(tplg->dev, in soc_tplg_check_elem_count()
114 static inline int soc_tplg_is_eof(struct soc_tplg *tplg) in soc_tplg_is_eof() argument
116 const u8 *end = tplg->hdr_pos; in soc_tplg_is_eof()
118 if (end >= tplg->fw->data + tplg->fw->size) in soc_tplg_is_eof()
[all …]
/linux-4.4.14/sound/soc/intel/skylake/
Dskl.h72 const struct firmware *tplg; member
Dskl.c524 if (skl->tplg) in skl_remove()
525 release_firmware(skl->tplg); in skl_remove()
Dskl-topology.c1251 skl->tplg = fw; in skl_tplg_init()