• Home
  • Raw
  • Download

Lines Matching refs:kcontrol_news

44 {	.id = snd_soc_dapm_vmid, .name = wname, .kcontrol_news = NULL, \
49 { .id = snd_soc_dapm_siggen, .name = wname, .kcontrol_news = NULL, \
52 { .id = snd_soc_dapm_sink, .name = wname, .kcontrol_news = NULL, \
55 { .id = snd_soc_dapm_input, .name = wname, .kcontrol_news = NULL, \
58 { .id = snd_soc_dapm_output, .name = wname, .kcontrol_news = NULL, \
61 { .id = snd_soc_dapm_mic, .name = wname, .kcontrol_news = NULL, \
65 { .id = snd_soc_dapm_hp, .name = wname, .kcontrol_news = NULL, \
69 { .id = snd_soc_dapm_spk, .name = wname, .kcontrol_news = NULL, \
73 { .id = snd_soc_dapm_line, .name = wname, .kcontrol_news = NULL, \
86 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols}
91 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols}
96 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols}
101 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols}
106 .kcontrol_news = NULL, .num_kcontrols = 0}
110 .kcontrol_news = wcontrols, .num_kcontrols = 1}
114 .kcontrol_news = wcontrols, .num_kcontrols = 1}
118 .kcontrol_news = wcontrols, .num_kcontrols = 1}
125 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols)}
130 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols)}
135 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols)}
142 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols, \
148 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols, \
154 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols, \
160 .kcontrol_news = wcontrols, \
166 .kcontrol_news = wcontrols, .num_kcontrols = 1, \
172 .kcontrol_news = wcontrols, .num_kcontrols = 1, \
193 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols), \
199 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols), \
205 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols), \
210 { .id = snd_soc_dapm_pre, .name = wname, .kcontrol_news = NULL, \
214 { .id = snd_soc_dapm_post, .name = wname, .kcontrol_news = NULL, \
259 { .id = wid, .name = wname, .kcontrol_news = NULL, .num_kcontrols = 0, \
653 const struct snd_kcontrol_new *kcontrol_news; member