Home
last modified time | relevance | path

Searched refs:snd_config_copy (Results 1 - 10 of 10) sorted by relevance

/third_party/alsa-utils/topology/
H A Dpre-processor.c416 ret = snd_config_copy(&conf_tmp, tplg_pp->define_cfg); in pre_process_add_defines()
658 ret = snd_config_copy(&new, n); in pre_process_add_objects()
678 ret = snd_config_copy(&new_attr, attr_cfg); in pre_process_add_objects()
H A Dpre-process-object.c64 ret = snd_config_copy(&dst, n); in tplg_build_vendor_token_object()
650 ret = snd_config_copy(&new, attr); in tplg_pp_add_object_tuple_section()
822 ret = snd_config_copy(&new, attr); in tplg_object_add_attributes()
1184 ret = snd_config_copy(&new, attr); in tplg_object_copy_and_add_param()
1592 return snd_config_copy(dst, n); in pre_process_find_variable()
1983 ret = snd_config_copy(&temp_n2, n2); in tplg_pre_process_objects()
2034 ret = snd_config_copy(&temp, parent_obj); in tplg_pre_process_objects()
2070 ret = snd_config_copy(&_obj, temp_n2); in tplg_pre_process_objects()
/third_party/alsa-lib/src/
H A Dconfmisc.c654 return snd_config_copy(dst, src); in _snd_func_private_data()
1268 return snd_config_copy(dst, src); in snd_func_private_pcm_subdevice()
1383 if ((err = snd_config_copy(dst, n)) >= 0) { in snd_func_refer()
/third_party/alsa-lib/src/topology/
H A Dsave.c164 if (snd_config_copy(&dst, src) >= 0) in sort_config()
/third_party/alsa-lib/include/
H A Dconf.h141 int snd_config_copy(snd_config_t **dst, snd_config_t *src);
/third_party/alsa-lib/test/lsb/
H A Dconfig.c266 ALSA_CHECK(snd_config_copy(&c2, c1)); in test_copy()
276 ALSA_CHECK(snd_config_copy(&c3, c1)); in test_copy()
/third_party/alsa-lib/src/control/
H A Dnamehint.c598 err = snd_config_copy(&local_config_rw, local_config); in snd_device_name_hint()
/third_party/alsa-lib/src/pcm/
H A Dpcm_plug.c1184 err = snd_config_copy(&plug->rate_converter, in snd_pcm_plug_open()
H A Dpcm.c7830 if ((err = snd_config_copy(&pcm_conf, n)) < 0) in snd_pcm_slave_conf()
/third_party/alsa-lib/src/ucm/
H A Dparser.c460 err = snd_config_copy(&mc, m); in evaluate_macro1()

Completed in 34 milliseconds