Home
last modified time | relevance | path

Searched refs:snd_config_copy (Results 1 – 9 of 9) sorted by relevance

/third_party/alsa-utils/topology/
Dpre-process-object.c61 ret = snd_config_copy(&dst, n); in tplg_build_vendor_token_object()
585 ret = snd_config_copy(&new, attr); in tplg_pp_add_object_tuple_section()
757 ret = snd_config_copy(&new, attr); in tplg_object_add_attributes()
1105 ret = snd_config_copy(&new, attr); in tplg_object_copy_and_add_param()
1603 ret = snd_config_copy(&temp_n2, n2); in tplg_pre_process_objects()
1654 ret = snd_config_copy(&temp, parent_obj); in tplg_pre_process_objects()
1690 ret = snd_config_copy(&_obj, temp_n2); in tplg_pre_process_objects()
/third_party/alsa-lib/include/
Dconf.h131 int snd_config_copy(snd_config_t **dst, snd_config_t *src);
/third_party/alsa-lib/src/
Dconfmisc.c654 return snd_config_copy(dst, src); in _snd_func_private_data()
1260 return snd_config_copy(dst, src); in snd_func_private_pcm_subdevice()
1375 if ((err = snd_config_copy(dst, n)) >= 0) { in snd_func_refer()
Dconf.c4988 int snd_config_copy(snd_config_t **dst, in snd_config_copy() function
4999 return snd_config_copy(dst, val); in _snd_config_expand_vars()
5223 err = snd_config_copy(&deflt, fld); in load_defaults()
5667 err = snd_config_copy(&res, config); in snd_config_expand()
/third_party/alsa-lib/test/lsb/
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/topology/
Dsave.c165 if (snd_config_copy(&dst, src) >= 0) in sort_config()
/third_party/alsa-lib/src/control/
Dnamehint.c597 err = snd_config_copy(&local_config_rw, local_config); in snd_device_name_hint()
/third_party/alsa-lib/src/pcm/
Dpcm_plug.c1143 err = snd_config_copy(&plug->rate_converter, in snd_pcm_plug_open()
Dpcm.c7648 if ((err = snd_config_copy(&pcm_conf, n)) < 0) in snd_pcm_slave_conf()