Searched refs:control_name (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/generic/ |
H A D | simple-card-utils.c | 488 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 D | soc-core.c | 2929 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 D | soc-dapm.c | 742 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 D | soc-dapm.c | 751 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 17 milliseconds