• Home
  • Raw
  • Download

Lines Matching refs:snd_config_t

26 int tplg_build_base_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg,  in tplg_build_base_object()
27 snd_config_t *parent, bool skip_name) in tplg_build_base_object()
29 snd_config_t *top, *parent_obj, *cfg, *dest; 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()
56 snd_config_t *parent) 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()
62 snd_config_t *parent) 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()
68 snd_config_t *parent) 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()
74 snd_config_t *parent) in tplg_build_tlv_object()
76 snd_config_t *cfg; in tplg_build_tlv_object()
93 static int tplg_build_control(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, in tplg_build_control()
94 snd_config_t *parent, char *type) in tplg_build_control()
96 snd_config_t *cfg, *obj; in tplg_build_control()
122 int tplg_build_mixer_control(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, in tplg_build_mixer_control()
123 snd_config_t *parent) in tplg_build_mixer_control()
128 int tplg_build_bytes_control(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, in tplg_build_bytes_control()
129 snd_config_t *parent) in tplg_build_bytes_control()
144 snd_config_t *temp_cfg, *child, *class_cfg, *n; in tplg_pp_get_widget_name()
264 int tplg_build_dapm_route_object(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_cfg, in tplg_build_dapm_route_object()
265 snd_config_t *parent) in tplg_build_dapm_route_object()
267 snd_config_t *top, *obj, *cfg, *route, *child, *parent_obj; in tplg_build_dapm_route_object()
440 snd_config_t *buffer_cfg, snd_config_t *parent) in tplg_update_buffer_auto_attr()
443 snd_config_t *n, *pipeline_cfg, *child; in tplg_update_buffer_auto_attr()