Lines Matching refs:kcontrol_news

42 {	.id = snd_soc_dapm_vmid, .name = wname, .kcontrol_news = NULL, \
47 { .id = snd_soc_dapm_siggen, .name = wname, .kcontrol_news = NULL, \
50 { .id = snd_soc_dapm_sink, .name = wname, .kcontrol_news = NULL, \
53 { .id = snd_soc_dapm_input, .name = wname, .kcontrol_news = NULL, \
56 { .id = snd_soc_dapm_output, .name = wname, .kcontrol_news = NULL, \
59 { .id = snd_soc_dapm_mic, .name = wname, .kcontrol_news = NULL, \
63 { .id = snd_soc_dapm_hp, .name = wname, .kcontrol_news = NULL, \
67 { .id = snd_soc_dapm_spk, .name = wname, .kcontrol_news = NULL, \
71 { .id = snd_soc_dapm_line, .name = wname, .kcontrol_news = NULL, \
84 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols}
89 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols}
94 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols}
99 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols}
104 .kcontrol_news = NULL, .num_kcontrols = 0}
108 .kcontrol_news = wcontrols, .num_kcontrols = 1}
112 .kcontrol_news = wcontrols, .num_kcontrols = 1}
116 .kcontrol_news = wcontrols, .num_kcontrols = 1}
123 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols)}
128 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols)}
133 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols)}
140 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols, \
146 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols, \
152 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols, \
158 .kcontrol_news = wcontrols, \
164 .kcontrol_news = wcontrols, .num_kcontrols = 1, \
170 .kcontrol_news = wcontrols, .num_kcontrols = 1, \
191 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols), \
197 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols), \
203 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols), \
208 { .id = snd_soc_dapm_pre, .name = wname, .kcontrol_news = NULL, \
212 { .id = snd_soc_dapm_post, .name = wname, .kcontrol_news = NULL, \
257 { .id = wid, .name = wname, .kcontrol_news = NULL, .num_kcontrols = 0, \
623 const struct snd_kcontrol_new *kcontrol_news; member