Lines Matching refs:snd_soc_component

126 	int (*parse)(struct snd_soc_component *comp, void *elem, void *object, u32 offset);
130 avs_parse_uuid_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_uuid_token()
141 avs_parse_bool_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_bool_token()
152 avs_parse_byte_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_byte_token()
163 avs_parse_short_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_short_token()
174 avs_parse_word_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_word_token()
185 avs_parse_string_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_string_token()
195 static int avs_parse_uuid_tokens(struct snd_soc_component *comp, void *object, in avs_parse_uuid_tokens()
221 static int avs_parse_string_tokens(struct snd_soc_component *comp, void *object, in avs_parse_string_tokens()
247 static int avs_parse_word_tokens(struct snd_soc_component *comp, void *object, in avs_parse_word_tokens()
278 static int avs_parse_tokens(struct snd_soc_component *comp, void *object, in avs_parse_tokens()
331 avs_parse_##name##_ptr(struct snd_soc_component *comp, void *elem, void *object, u32 offset) \
354 parse_audio_format_bitfield(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in parse_audio_format_bitfield()
374 static int parse_link_formatted_string(struct snd_soc_component *comp, void *elem, in parse_link_formatted_string()
395 parse_dictionary_header(struct snd_soc_component *comp, in parse_dictionary_header()
419 parse_dictionary_entries(struct snd_soc_component *comp, in parse_dictionary_entries()
452 static int parse_dictionary(struct snd_soc_component *comp, in parse_dictionary()
483 static int avs_tplg_parse_libraries(struct snd_soc_component *comp, in avs_tplg_parse_libraries()
547 static int avs_tplg_parse_audio_formats(struct snd_soc_component *comp, in avs_tplg_parse_audio_formats()
588 static int avs_tplg_parse_modcfgs_base(struct snd_soc_component *comp, in avs_tplg_parse_modcfgs_base()
813 assign_copier_gtw_instance(struct snd_soc_component *comp, struct avs_tplg_modcfg_ext *cfg) in assign_copier_gtw_instance()
836 static int avs_tplg_parse_modcfg_ext(struct snd_soc_component *comp, in avs_tplg_parse_modcfg_ext()
886 static int avs_tplg_parse_modcfgs_ext(struct snd_soc_component *comp, in avs_tplg_parse_modcfgs_ext()
958 static int avs_tplg_parse_pplcfgs(struct snd_soc_component *comp, in avs_tplg_parse_pplcfgs()
1023 static int avs_tplg_parse_bindings(struct snd_soc_component *comp, in avs_tplg_parse_bindings()
1083 avs_tplg_module_create(struct snd_soc_component *comp, struct avs_tplg_pipeline *owner, in avs_tplg_module_create()
1135 avs_tplg_pipeline_create(struct snd_soc_component *comp, struct avs_tplg_path *owner, in avs_tplg_pipeline_create()
1242 avs_tplg_path_create(struct snd_soc_component *comp, struct avs_tplg_path_template *owner, in avs_tplg_path_create()
1308 static int parse_path_template(struct snd_soc_component *comp, in parse_path_template()
1355 avs_tplg_path_template_create(struct snd_soc_component *comp, struct avs_tplg *owner, in avs_tplg_path_template_create()
1378 static int avs_route_load(struct snd_soc_component *comp, int index, in avs_route_load()
1403 static int avs_widget_load(struct snd_soc_component *comp, int index, in avs_widget_load()
1447 static int avs_widget_ready(struct snd_soc_component *comp, int index, in avs_widget_ready()
1457 static int avs_dai_load(struct snd_soc_component *comp, int index, in avs_dai_load()
1466 static int avs_link_load(struct snd_soc_component *comp, int index, struct snd_soc_dai_link *link, in avs_link_load()
1501 static int avs_manifest(struct snd_soc_component *comp, int index, in avs_manifest()
1628 avs_control_load(struct snd_soc_component *comp, int index, struct snd_kcontrol_new *ctmpl, in avs_control_load()
1675 struct avs_tplg *avs_tplg_new(struct snd_soc_component *comp) in avs_tplg_new()
1689 int avs_load_topology(struct snd_soc_component *comp, const char *filename) in avs_load_topology()
1708 int avs_remove_topology(struct snd_soc_component *comp) in avs_remove_topology()