Searched refs:tplg_buf (Results 1 – 9 of 9) sorted by relevance
/third_party/alsa-lib/src/topology/ |
D | tplg_local.h | 205 struct tplg_buf { struct 226 struct tplg_buf *dst, const char *prefix); argument 228 struct tplg_buf *dst, const char *prefix); 366 int tplg_save_printf(struct tplg_buf *dst, const char *prefix, const char *fmt, ...); 368 const char *id, struct tplg_buf *dst, const char *pfx); 370 unsigned int channel_count, struct tplg_buf *dst, const char *pfx); 372 struct tplg_buf *dst, const char *pfx); 374 struct tplg_buf *dst, const char *pfx); 376 struct tplg_buf *dst, const char *pfx); 378 struct tplg_buf *dst, const char *pfx); [all …]
|
D | save.c | 26 void tplg_buf_init(struct tplg_buf *buf) in tplg_buf_init() 34 void tplg_buf_free(struct tplg_buf *buf) in tplg_buf_free() 40 char *tplg_buf_detach(struct tplg_buf *buf) in tplg_buf_detach() 47 int tplg_save_printf(struct tplg_buf *dst, const char *pfx, const char *fmt, ...) in tplg_save_printf() 230 static int tplg_save_quoted(struct tplg_buf *dst, const char *str) in tplg_save_quoted() 284 static int tplg_save_string(struct tplg_buf *dst, const char *str, int id) in tplg_save_string() 300 static int save_config(struct tplg_buf *dst, int level, const char *delim, snd_config_t *src) in save_config() 421 static int tplg_save(snd_tplg_t *tplg, struct tplg_buf *dst, in tplg_save() 560 struct tplg_buf buf, buf2; in snd_tplg_save()
|
D | ops.c | 116 struct tplg_buf *dst, const char *pfx) in tplg_save_ops() 201 struct tplg_buf *dst, const char *pfx) in tplg_save_ext_ops()
|
D | text.c | 96 struct tplg_buf *dst, const char *pfx) in tplg_save_text()
|
D | pcm.c | 541 struct tplg_buf *dst, const char *pfx) in tplg_save_stream_caps() 689 struct tplg_buf *dst, const char *pfx) in tplg_save_streams() 781 struct tplg_buf *dst, const char *pfx) in tplg_save_fe_dai() 813 struct tplg_buf *dst, const char *pfx) in save_flags() 947 struct tplg_buf *dst, const char *pfx) in tplg_save_pcm() 1084 struct tplg_buf *dst, const char *pfx) in tplg_save_dai() 1238 struct tplg_buf *dst, const char *pfx) in tplg_save_link() 1318 struct tplg_buf *dst, const char *pfx) in tplg_save_cc() 1641 struct tplg_buf *dst, const char *pfx) in tplg_save_hw_config()
|
D | data.c | 124 const char *id, struct tplg_buf *dst, in tplg_save_refs() 890 struct tplg_buf *dst, const char *pfx) in tplg_save_tuple_set() 1016 struct tplg_buf *dst, const char *pfx) in tplg_save_tuple_sets() 1087 struct tplg_buf *dst, const char *pfx) in tplg_save_tokens() 1158 struct tplg_buf *dst, const char *pfx) in tplg_save_tuples() 1244 struct tplg_elem *elem, struct tplg_buf *dst, in tplg_save_manifest_data() 1422 struct tplg_buf *dst, const char *pfx) in tplg_save_data()
|
D | channel.c | 141 unsigned int count, struct tplg_buf *dst, in tplg_save_channels()
|
D | ctl.c | 109 struct tplg_buf *dst, const char *pfx) in tplg_save_access() 402 struct tplg_buf *dst, const char *pfx) in tplg_save_tlv() 560 struct tplg_buf *dst, const char *pfx) in tplg_save_control_bytes() 700 struct tplg_buf *dst, const char *pfx) in tplg_save_control_enum() 862 struct tplg_buf *dst, const char *pfx) in tplg_save_control_mixer()
|
D | dapm.c | 420 struct tplg_buf *dst, const char *pfx) in tplg_save_dapm_graph() 673 struct tplg_buf *dst, const char *pfx) in tplg_save_dapm_widget()
|