Searched refs:control_name (Results 1 – 2 of 2) sorted by relevance
503 const char **strings, *control_name; in asoc_simple_parse_pin_switches() local536 control_name = devm_kasprintf(dev, GFP_KERNEL, in asoc_simple_parse_pin_switches()538 if (!control_name) in asoc_simple_parse_pin_switches()542 controls[i].name = control_name; in asoc_simple_parse_pin_switches()
745 struct snd_soc_dapm_path *path, const char *control_name, in dapm_connect_mux() argument768 i = match_string(e->texts, e->items, control_name); in dapm_connect_mux()828 struct snd_soc_dapm_path *path, const char *control_name) in dapm_connect_mixer() argument834 if (!strcmp(control_name, path->sink->kcontrol_news[i].name)) { in dapm_connect_mixer()
Completed in 13 milliseconds