Searched refs:control_name (Results 1 – 2 of 2) sorted by relevance
440 const char **strings, *control_name; in asoc_simple_parse_pin_switches() local473 control_name = devm_kasprintf(dev, GFP_KERNEL, in asoc_simple_parse_pin_switches()475 if (!control_name) in asoc_simple_parse_pin_switches()479 controls[i].name = control_name; in asoc_simple_parse_pin_switches()
749 struct snd_soc_dapm_path *path, const char *control_name, in dapm_connect_mux() argument771 i = match_string(e->texts, e->items, control_name); in dapm_connect_mux()831 struct snd_soc_dapm_path *path, const char *control_name) in dapm_connect_mixer() argument837 if (!strcmp(control_name, path->sink->kcontrol_news[i].name)) { in dapm_connect_mixer()