Home
last modified time | relevance | path

Searched refs:control_name (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/generic/
H A Dsimple-card-utils.c488 const char **strings, *control_name; in asoc_simple_parse_pin_switches() local
521 control_name = devm_kasprintf(dev, GFP_KERNEL, in asoc_simple_parse_pin_switches()
523 if (!control_name) in asoc_simple_parse_pin_switches()
527 controls[i].name = control_name; in asoc_simple_parse_pin_switches()
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-core.c2929 const char **strings, *control_name; in snd_soc_of_parse_pin_switches() local
2956 control_name = devm_kasprintf(dev, GFP_KERNEL, in snd_soc_of_parse_pin_switches()
2958 if (!control_name) in snd_soc_of_parse_pin_switches()
2962 controls[i].name = control_name; in snd_soc_of_parse_pin_switches()
H A Dsoc-dapm.c742 struct snd_soc_dapm_path *path, const char *control_name, in dapm_connect_mux()
765 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()
831 if (!strcmp(control_name, path->sink->kcontrol_news[i].name)) { in dapm_connect_mixer()
741 dapm_connect_mux(struct snd_soc_dapm_context *dapm, struct snd_soc_dapm_path *path, const char *control_name, struct snd_soc_dapm_widget *w) dapm_connect_mux() argument
824 dapm_connect_mixer(struct snd_soc_dapm_context *dapm, struct snd_soc_dapm_path *path, const char *control_name) dapm_connect_mixer() argument
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-dapm.c751 struct snd_soc_dapm_path *path, const char *control_name, in dapm_connect_mux()
773 i = match_string(e->texts, e->items, control_name); in dapm_connect_mux()
833 struct snd_soc_dapm_path *path, const char *control_name) in dapm_connect_mixer()
839 if (!strcmp(control_name, path->sink->kcontrol_news[i].name)) { in dapm_connect_mixer()
750 dapm_connect_mux(struct snd_soc_dapm_context *dapm, struct snd_soc_dapm_path *path, const char *control_name, struct snd_soc_dapm_widget *w) dapm_connect_mux() argument
832 dapm_connect_mixer(struct snd_soc_dapm_context *dapm, struct snd_soc_dapm_path *path, const char *control_name) dapm_connect_mixer() argument

Completed in 30 milliseconds