Searched refs:control_name (Results 1 – 2 of 2) sorted by relevance
2831 const char **strings, *control_name; in snd_soc_of_parse_pin_switches() local2858 control_name = devm_kasprintf(dev, GFP_KERNEL, in snd_soc_of_parse_pin_switches()2860 if (!control_name) in snd_soc_of_parse_pin_switches()2864 controls[i].name = control_name; in snd_soc_of_parse_pin_switches()
742 struct snd_soc_dapm_path *path, const char *control_name, in dapm_connect_mux() argument765 i = match_string(e->texts, e->items, control_name); in dapm_connect_mux()825 struct snd_soc_dapm_path *path, const char *control_name) in dapm_connect_mixer() argument831 if (!strcmp(control_name, path->sink->kcontrol_news[i].name)) { in dapm_connect_mixer()
Completed in 15 milliseconds