Searched refs:tplg_elem_new_common (Results 1 - 8 of 8) sorted by relevance
/third_party/alsa-lib/src/topology/ |
H A D | pcm.c | 409 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_STREAM_CAPS); in tplg_parse_stream_caps() 850 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_PCM); in tplg_parse_pcm() 999 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_DAI); in tplg_parse_dai() 1163 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_BE); in tplg_parse_link() 1311 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_CC); in tplg_parse_cc() 1442 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_HW_CONFIG); in tplg_parse_hw_config() 1752 elem = tplg_elem_new_common(tplg, NULL, caps_tpl->name, in tplg_add_stream_caps() 1791 elem = tplg_elem_new_common(tplg, NULL, pcm_tpl->pcm_name, in tplg_add_pcm_object() 1893 elem = tplg_elem_new_common(tplg, NULL, link_tpl->name, t->type); in tplg_add_link_object() 1950 elem = tplg_elem_new_common(tpl in tplg_add_dai_object() [all...] |
H A D | text.c | 69 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_TEXT); in tplg_parse_text()
|
H A D | data.c | 1046 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_TOKEN); in tplg_parse_tokens() 1122 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_TUPLE); in tplg_parse_tuples() 1211 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_MANIFEST); in tplg_parse_manifest_data() 1353 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_DATA); in tplg_parse_data() 1609 elem = tplg_elem_new_common(tplg, NULL, "manifest", in tplg_decode_manifest_data() 1631 elem = tplg_elem_new_common(tplg, NULL, parent->id, in tplg_add_token() 1919 elem = tplg_elem_new_common(tplg, NULL, id, SND_TPLG_TYPE_TUPLE); in tplg_add_data() 1923 elem2 = tplg_elem_new_common(tplg, NULL, id, SND_TPLG_TYPE_DATA); in tplg_add_data() 1979 elem = tplg_elem_new_common(tplg, NULL, id, SND_TPLG_TYPE_DATA); in tplg_add_data_bytes()
|
H A D | ctl.c | 377 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_TLV); in tplg_parse_tlv() 444 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_BYTES); in tplg_parse_control_bytes() 613 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_ENUM); in tplg_parse_control_enum() 750 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_MIXER); in tplg_parse_control_mixer() 943 elem = tplg_elem_new_common(tplg, NULL, parent->id, in init_ctl_hdr() 992 elem = tplg_elem_new_common(tplg, NULL, mixer->hdr.name, in tplg_add_mixer() 1056 elem = tplg_elem_new_common(tplg, NULL, enum_ctl->hdr.name, in tplg_add_enum() 1092 struct tplg_elem *texts = tplg_elem_new_common(tplg, NULL, in tplg_add_enum() 1147 elem = tplg_elem_new_common(tplg, NULL, bytes_ctl->hdr.name, in tplg_add_bytes()
|
H A D | dapm.c | 520 elem = tplg_elem_new_common(tplg, cfg, NULL, SND_TPLG_TYPE_DAPM_WIDGET); in tplg_parse_dapm_widget() 788 elem = tplg_elem_new_common(tplg, NULL, wt->name, in tplg_add_widget_object()
|
H A D | tplg_local.h | 322 struct tplg_elem* tplg_elem_new_common(snd_tplg_t *tplg,
|
H A D | elem.c | 402 struct tplg_elem* tplg_elem_new_common(snd_tplg_t *tplg, in tplg_elem_new_common() function
|
H A D | parser.c | 401 elem = tplg_elem_new_common(tplg, NULL, "manifest", in snd_tplg_set_manifest_data()
|
Completed in 10 milliseconds