Lines Matching refs:kcontrol_news

43 {	.id = snd_soc_dapm_vmid, .name = wname, .kcontrol_news = NULL, \
48 { .id = snd_soc_dapm_siggen, .name = wname, .kcontrol_news = NULL, \
51 { .id = snd_soc_dapm_input, .name = wname, .kcontrol_news = NULL, \
54 { .id = snd_soc_dapm_output, .name = wname, .kcontrol_news = NULL, \
57 { .id = snd_soc_dapm_mic, .name = wname, .kcontrol_news = NULL, \
61 { .id = snd_soc_dapm_hp, .name = wname, .kcontrol_news = NULL, \
65 { .id = snd_soc_dapm_spk, .name = wname, .kcontrol_news = NULL, \
69 { .id = snd_soc_dapm_line, .name = wname, .kcontrol_news = NULL, \
82 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols}
87 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols}
92 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols}
97 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols}
101 .kcontrol_news = NULL, .num_kcontrols = 0}
105 .kcontrol_news = wcontrols, .num_kcontrols = 1}
109 .kcontrol_news = wcontrols, .num_kcontrols = 1}
116 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols)}
121 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols)}
126 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols)}
133 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols, \
139 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols, \
145 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols, \
151 .kcontrol_news = wcontrols, \
157 .kcontrol_news = wcontrols, .num_kcontrols = 1, \
163 .kcontrol_news = wcontrols, .num_kcontrols = 1, \
184 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols), \
190 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols), \
196 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols), \
201 { .id = snd_soc_dapm_pre, .name = wname, .kcontrol_news = NULL, \
205 { .id = snd_soc_dapm_post, .name = wname, .kcontrol_news = NULL, \
250 { .id = wid, .name = wname, .kcontrol_news = NULL, .num_kcontrols = 0, \
564 const struct snd_kcontrol_new *kcontrol_news; member