Home
last modified time | relevance | path

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

/Linux-v5.10/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);
87 static int soc_tplg_check_elem_count(struct soc_tplg *tplg, size_t elem_size, in soc_tplg_check_elem_count() argument
90 const u8 *end = tplg->pos + elem_size * count; in soc_tplg_check_elem_count()
92 if (end > tplg->fw->data + tplg->fw->size) { in soc_tplg_check_elem_count()
93 dev_err(tplg->dev, "ASoC: %s overflow end of data\n", in soc_tplg_check_elem_count()
101 dev_err(tplg->dev, in soc_tplg_check_elem_count()
110 static inline int soc_tplg_is_eof(struct soc_tplg *tplg) in soc_tplg_is_eof() argument
112 const u8 *end = tplg->hdr_pos; in soc_tplg_is_eof()
114 if (end >= tplg->fw->data + tplg->fw->size) in soc_tplg_is_eof()
[all …]