Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/topology/
Dparser.c110 int tplg_parse_compound(snd_tplg_t *tplg, snd_config_t *cfg, in tplg_parse_compound()
145 static int tplg_parse_config(snd_tplg_t *tplg, snd_config_t *cfg) in tplg_parse_config()
192 static int tplg_load_config(snd_tplg_t *tplg, snd_input_t *in) in tplg_load_config()
218 static int tplg_build_integ(snd_tplg_t *tplg) in tplg_build_integ()
261 int snd_tplg_load(snd_tplg_t *tplg, const char *buf, size_t size) in snd_tplg_load()
277 static int tplg_build(snd_tplg_t *tplg) in tplg_build()
295 int snd_tplg_build_file(snd_tplg_t *tplg, in snd_tplg_build_file()
324 int snd_tplg_add_object(snd_tplg_t *tplg, snd_tplg_obj_template_t *t) in snd_tplg_add_object()
351 int snd_tplg_build(snd_tplg_t *tplg, const char *outfile) in snd_tplg_build()
379 int snd_tplg_build_bin(snd_tplg_t *tplg, in snd_tplg_build_bin()
[all …]
Dbuilder.c23 static ssize_t twrite(snd_tplg_t *tplg, void *data, size_t data_size) in twrite()
33 static ssize_t write_block_header(snd_tplg_t *tplg, unsigned int type, in write_block_header()
72 static int write_elem_block(snd_tplg_t *tplg, in write_elem_block()
148 static size_t calc_manifest_size(snd_tplg_t *tplg) in calc_manifest_size()
204 static ssize_t write_manifest_data(snd_tplg_t *tplg) in write_manifest_data()
229 int tplg_write_data(snd_tplg_t *tplg) in tplg_write_data()
Ddapm.c100 static int tplg_build_widget(snd_tplg_t *tplg, struct tplg_elem *elem) in tplg_build_widget()
169 int tplg_build_widgets(snd_tplg_t *tplg) in tplg_build_widgets()
196 int tplg_build_routes(snd_tplg_t *tplg) in tplg_build_routes()
257 struct tplg_elem *tplg_elem_new_route(snd_tplg_t *tplg, int index) in tplg_elem_new_route()
336 static int tplg_parse_routes(snd_tplg_t *tplg, snd_config_t *cfg, int index) in tplg_parse_routes()
367 int tplg_parse_dapm_graph(snd_tplg_t *tplg, snd_config_t *cfg, in tplg_parse_dapm_graph()
418 int tplg_save_dapm_graph(snd_tplg_t *tplg, int index, in tplg_save_dapm_graph()
510 int tplg_parse_dapm_widget(snd_tplg_t *tplg, in tplg_parse_dapm_widget()
743 int tplg_add_route(snd_tplg_t *tplg, struct snd_tplg_graph_elem *t, int index) in tplg_add_route()
765 int tplg_add_graph_object(snd_tplg_t *tplg, snd_tplg_obj_template_t *t) in tplg_add_graph_object()
[all …]
Dctl.c161 static int tplg_build_mixer_control(snd_tplg_t *tplg, in tplg_build_mixer_control()
212 static int tplg_build_enum_control(snd_tplg_t *tplg, in tplg_build_enum_control()
249 static int tplg_build_bytes_control(snd_tplg_t *tplg, struct tplg_elem *elem) in tplg_build_bytes_control()
273 int tplg_build_controls(snd_tplg_t *tplg) in tplg_build_controls()
368 int tplg_parse_tlv(snd_tplg_t *tplg, snd_config_t *cfg, in tplg_parse_tlv()
432 int tplg_parse_control_bytes(snd_tplg_t *tplg, in tplg_parse_control_bytes()
602 int tplg_parse_control_enum(snd_tplg_t *tplg, snd_config_t *cfg, in tplg_parse_control_enum()
738 int tplg_parse_control_mixer(snd_tplg_t *tplg, in tplg_parse_control_mixer()
901 static int init_ctl_hdr(snd_tplg_t *tplg, in init_ctl_hdr()
977 int tplg_add_mixer(snd_tplg_t *tplg, struct snd_tplg_mixer_template *mixer, in tplg_add_mixer()
[all …]
Dpcm.c77 static int tplg_build_stream_caps(snd_tplg_t *tplg, in tplg_build_stream_caps()
96 static int build_pcm(snd_tplg_t *tplg, struct tplg_elem *elem) in build_pcm()
128 int tplg_build_pcms(snd_tplg_t *tplg, unsigned int type) in tplg_build_pcms()
155 static int tplg_build_dai(snd_tplg_t *tplg, struct tplg_elem *elem) in tplg_build_dai()
187 int tplg_build_dais(snd_tplg_t *tplg, unsigned int type) in tplg_build_dais()
210 static int tplg_build_stream_cfg(snd_tplg_t *tplg, in tplg_build_stream_cfg()
230 static int build_link(snd_tplg_t *tplg, struct tplg_elem *elem) in build_link()
284 int tplg_build_links(snd_tplg_t *tplg, unsigned int type) in tplg_build_links()
397 int tplg_parse_stream_caps(snd_tplg_t *tplg, in tplg_parse_stream_caps()
840 int tplg_parse_pcm(snd_tplg_t *tplg, snd_config_t *cfg, in tplg_parse_pcm()
[all …]
Ddecoder.c20 int tplg_decode_template(snd_tplg_t *tplg, in tplg_decode_template()
43 int snd_tplg_decode(snd_tplg_t *tplg, void *bin, size_t size, int dflags) in snd_tplg_decode()
Ddata.c529 static struct tplg_elem *get_tokens(snd_tplg_t *tplg, struct tplg_elem *elem) in get_tokens()
674 static int build_tuples(snd_tplg_t *tplg, struct tplg_elem *elem) in build_tuples()
1036 int tplg_parse_tokens(snd_tplg_t *tplg, snd_config_t *cfg, in tplg_parse_tokens()
1112 int tplg_parse_tuples(snd_tplg_t *tplg, snd_config_t *cfg, in tplg_parse_tuples()
1196 int tplg_parse_manifest_data(snd_tplg_t *tplg, snd_config_t *cfg, in tplg_parse_manifest_data()
1292 int tplg_build_manifest_data(snd_tplg_t *tplg) in tplg_build_manifest_data()
1344 int tplg_parse_data(snd_tplg_t *tplg, snd_config_t *cfg, in tplg_parse_data()
1500 int tplg_copy_data(snd_tplg_t *tplg, struct tplg_elem *elem, in tplg_copy_data()
1551 int tplg_build_data(snd_tplg_t *tplg) in tplg_build_data()
1572 int tplg_decode_manifest_data(snd_tplg_t *tplg, in tplg_decode_manifest_data()
[all …]
Dlog.c21 void tplg_log_(snd_tplg_t *tplg, char type, size_t pos, const char *fmt, ...) in tplg_log_()
Dsave.c420 static int tplg_save(snd_tplg_t *tplg, struct tplg_buf *dst, in tplg_save()
514 static int tplg_index_groups(snd_tplg_t *tplg, int **indexes) in tplg_index_groups()
557 int snd_tplg_save(snd_tplg_t *tplg, char **dst, int flags) in snd_tplg_save()
Delem.c357 struct tplg_elem *tplg_elem_type_lookup(snd_tplg_t *tplg, in tplg_elem_type_lookup()
402 struct tplg_elem* tplg_elem_new_common(snd_tplg_t *tplg, in tplg_elem_new_common()
Dchannel.c88 int tplg_parse_channel(snd_tplg_t *tplg, snd_config_t *cfg, in tplg_parse_channel()
Dtext.c60 int tplg_parse_text(snd_tplg_t *tplg, snd_config_t *cfg, in tplg_parse_text()
Dtplg_local.h257 #define tplg_log(tplg, type, pos, fmt, args...) do { \ argument
/third_party/alsa-utils/topology/
Dtopology.c143 static int load_topology(snd_tplg_t **tplg, char *config, in load_topology()
221 snd_tplg_t *tplg; in dump() local
315 snd_tplg_t *tplg; in compile() local
362 snd_tplg_t *tplg; in decode() local