/third_party/alsa-utils/topology/ |
D | pre-processor.h | 57 int tplg_build_object_from_template(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, 60 int tplg_build_tlv_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, 62 int tplg_build_scale_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, 64 int tplg_build_ops_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, 66 int tplg_build_channel_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, 68 int tplg_build_mixer_control(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, 70 int tplg_build_bytes_control(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, 72 int tplg_build_dapm_route_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, 75 snd_config_t *obj_cfg, snd_config_t *parent); 76 int tplg_build_fe_dai_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, [all …]
|
D | pre-process-dai.c | 27 snd_config_t *obj_cfg, snd_config_t *parent) in tplg_build_hw_cfg_object() argument 33 obj = tplg_object_get_instance_config(tplg_pp, obj_cfg); in tplg_build_hw_cfg_object() 39 ret = tplg_build_object_from_template(tplg_pp, obj_cfg, &hw_cfg, NULL, false); in tplg_build_hw_cfg_object() 46 int tplg_build_fe_dai_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, in tplg_build_fe_dai_object() argument 49 return tplg_build_base_object(tplg_pp, obj_cfg, parent, false); in tplg_build_fe_dai_object() 53 snd_config_t *obj_cfg, snd_config_t *parent) in tplg_update_pcm_object() argument 60 obj = tplg_object_get_instance_config(tplg_pp, obj_cfg); in tplg_update_pcm_object() 126 snd_config_t *obj_cfg, snd_config_t *parent) in tplg_build_pcm_caps_object() argument 131 ret = tplg_build_object_from_template(tplg_pp, obj_cfg, &caps, NULL, false); in tplg_build_pcm_caps_object() 136 return tplg_update_pcm_object(tplg_pp, obj_cfg, parent); in tplg_build_pcm_caps_object()
|
D | pre-process-dapm.c | 26 int tplg_build_base_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, in tplg_build_base_object() argument 52 return tplg_build_object_from_template(tplg_pp, obj_cfg, &cfg, dest, skip_name); in tplg_build_base_object() 55 int tplg_build_scale_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, in tplg_build_scale_object() argument 58 return tplg_build_base_object(tplg_pp, obj_cfg, parent, true); in tplg_build_scale_object() 61 int tplg_build_ops_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, in tplg_build_ops_object() argument 64 return tplg_build_base_object(tplg_pp, obj_cfg, parent, false); in tplg_build_ops_object() 67 int tplg_build_channel_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, in tplg_build_channel_object() argument 70 return tplg_build_base_object(tplg_pp, obj_cfg, parent, false); in tplg_build_channel_object() 73 int tplg_build_tlv_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, in tplg_build_tlv_object() argument 80 cfg = tplg_object_get_instance_config(tplg_pp, obj_cfg); in tplg_build_tlv_object() [all …]
|
D | pre-process-object.c | 32 snd_config_t *obj_cfg, snd_config_t *parent) in tplg_build_vendor_token_object() argument 39 ret = tplg_build_object_from_template(tplg_pp, obj_cfg, &vtop, NULL, false); in tplg_build_vendor_token_object() 48 obj = tplg_object_get_instance_config(tplg_pp, obj_cfg); in tplg_build_vendor_token_object() 179 int tplg_build_data_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, in tplg_build_data_object() argument 186 ret = tplg_build_object_from_template(tplg_pp, obj_cfg, &dtop, NULL, false); in tplg_build_data_object() 461 snd_config_t *obj_cfg = NULL; in tplg_object_lookup_in_config() local 468 if (snd_config_search(class, config_id, &obj_cfg) < 0) in tplg_object_lookup_in_config() 471 return obj_cfg; in tplg_object_lookup_in_config() 668 int tplg_add_object_data(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, in tplg_add_object_data() argument 679 obj = tplg_object_get_instance_config(tplg_pp, obj_cfg); in tplg_add_object_data() [all …]
|