Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/topology/
Dctl.c376 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_TLV); in tplg_parse_tlv()
443 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_BYTES); in tplg_parse_control_bytes()
612 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_ENUM); in tplg_parse_control_enum()
749 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_MIXER); in tplg_parse_control_mixer()
942 elem = tplg_elem_new_common(tplg, NULL, parent->id, in init_ctl_hdr()
991 elem = tplg_elem_new_common(tplg, NULL, mixer->hdr.name, in tplg_add_mixer()
1055 elem = tplg_elem_new_common(tplg, NULL, enum_ctl->hdr.name, in tplg_add_enum()
1091 struct tplg_elem *texts = tplg_elem_new_common(tplg, NULL, in tplg_add_enum()
1146 elem = tplg_elem_new_common(tplg, NULL, bytes_ctl->hdr.name, in tplg_add_bytes()
Ddata.c1045 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_TOKEN); in tplg_parse_tokens()
1121 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_TUPLE); in tplg_parse_tuples()
1210 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_MANIFEST); in tplg_parse_manifest_data()
1352 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_DATA); in tplg_parse_data()
1608 elem = tplg_elem_new_common(tplg, NULL, "manifest", in tplg_decode_manifest_data()
1630 elem = tplg_elem_new_common(tplg, NULL, parent->id, in tplg_add_token()
1918 elem = tplg_elem_new_common(tplg, NULL, id, SND_TPLG_TYPE_TUPLE); in tplg_add_data()
1922 elem2 = tplg_elem_new_common(tplg, NULL, id, SND_TPLG_TYPE_DATA); in tplg_add_data()
1978 elem = tplg_elem_new_common(tplg, NULL, id, SND_TPLG_TYPE_DATA); in tplg_add_data_bytes()
Dpcm.c410 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_STREAM_CAPS); in tplg_parse_stream_caps()
849 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_PCM); in tplg_parse_pcm()
989 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_DAI); in tplg_parse_dai()
1144 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_BE); in tplg_parse_link()
1283 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_CC); in tplg_parse_cc()
1412 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_HW_CONFIG); in tplg_parse_hw_config()
1722 elem = tplg_elem_new_common(tplg, NULL, caps_tpl->name, in tplg_add_stream_caps()
1761 elem = tplg_elem_new_common(tplg, NULL, pcm_tpl->pcm_name, in tplg_add_pcm_object()
1863 elem = tplg_elem_new_common(tplg, NULL, link_tpl->name, t->type); in tplg_add_link_object()
1920 elem = tplg_elem_new_common(tplg, NULL, dai_tpl->dai_name, in tplg_add_dai_object()
Dtext.c70 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_TEXT); in tplg_parse_text()
Ddapm.c521 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_DAPM_WIDGET); in tplg_parse_dapm_widget()
775 elem = tplg_elem_new_common(tplg, NULL, wt->name, in tplg_add_widget_object()
Dparser.c421 elem = tplg_elem_new_common(tplg, NULL, "manifest", in snd_tplg_set_manifest_data()
Delem.c403 struct tplg_elem* tplg_elem_new_common(snd_tplg_t *tplg, in tplg_elem_new_common() function
Dtplg_local.h321 struct tplg_elem* tplg_elem_new_common(snd_tplg_t *tplg,