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_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}
103 .kcontrol_news = NULL, .num_kcontrols = 0}
107 .kcontrol_news = wcontrols, .num_kcontrols = 1}
111 .kcontrol_news = wcontrols, .num_kcontrols = 1}
115 .kcontrol_news = wcontrols, .num_kcontrols = 1}
122 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols)}
127 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols)}
132 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols)}
139 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols, \
145 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols, \
151 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols, \
157 .kcontrol_news = wcontrols, \
163 .kcontrol_news = wcontrols, .num_kcontrols = 1, \
169 .kcontrol_news = wcontrols, .num_kcontrols = 1, \
190 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols), \
196 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols), \
202 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols), \
207 { .id = snd_soc_dapm_pre, .name = wname, .kcontrol_news = NULL, \
211 { .id = snd_soc_dapm_post, .name = wname, .kcontrol_news = NULL, \
256 { .id = wid, .name = wname, .kcontrol_news = NULL, .num_kcontrols = 0, \
586 const struct snd_kcontrol_new *kcontrol_news; member