Lines Matching refs:kcontrol_news
45 { .id = snd_soc_dapm_vmid, .name = wname, .kcontrol_news = NULL, \
50 { .id = snd_soc_dapm_siggen, .name = wname, .kcontrol_news = NULL, \
53 { .id = snd_soc_dapm_sink, .name = wname, .kcontrol_news = NULL, \
56 { .id = snd_soc_dapm_input, .name = wname, .kcontrol_news = NULL, \
59 { .id = snd_soc_dapm_output, .name = wname, .kcontrol_news = NULL, \
62 { .id = snd_soc_dapm_mic, .name = wname, .kcontrol_news = NULL, \
66 { .id = snd_soc_dapm_hp, .name = wname, .kcontrol_news = NULL, \
70 { .id = snd_soc_dapm_spk, .name = wname, .kcontrol_news = NULL, \
74 { .id = snd_soc_dapm_line, .name = wname, .kcontrol_news = NULL, \
87 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols}
92 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols}
97 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols}
102 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols}
107 .kcontrol_news = NULL, .num_kcontrols = 0}
111 .kcontrol_news = wcontrols, .num_kcontrols = 1}
115 .kcontrol_news = wcontrols, .num_kcontrols = 1}
119 .kcontrol_news = wcontrols, .num_kcontrols = 1}
126 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols)}
131 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols)}
136 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols)}
143 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols, \
149 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols, \
155 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols, \
161 .kcontrol_news = wcontrols, \
167 .kcontrol_news = wcontrols, .num_kcontrols = 1, \
173 .kcontrol_news = wcontrols, .num_kcontrols = 1, \
194 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols), \
200 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols), \
206 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols), \
211 { .id = snd_soc_dapm_pre, .name = wname, .kcontrol_news = NULL, \
215 { .id = snd_soc_dapm_post, .name = wname, .kcontrol_news = NULL, \
260 { .id = wid, .name = wname, .kcontrol_news = NULL, .num_kcontrols = 0, \
622 const struct snd_kcontrol_new *kcontrol_news; member