• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/

Lines Matching refs:kcontrols

43 {	.id = snd_soc_dapm_vmid, .name = wname, .kcontrols = NULL, \
48 { .id = snd_soc_dapm_input, .name = wname, .kcontrols = NULL, \
51 { .id = snd_soc_dapm_output, .name = wname, .kcontrols = NULL, \
54 { .id = snd_soc_dapm_mic, .name = wname, .kcontrols = NULL, \
58 { .id = snd_soc_dapm_hp, .name = wname, .kcontrols = NULL, \
62 { .id = snd_soc_dapm_spk, .name = wname, .kcontrols = NULL, \
66 { .id = snd_soc_dapm_line, .name = wname, .kcontrols = NULL, \
74 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = wncontrols}
78 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = wncontrols}
82 .shift = wshift, .invert = winvert, .kcontrols = wcontrols, \
86 .invert = winvert, .kcontrols = NULL, .num_kcontrols = 0}
89 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = 1}
92 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = 1}
95 .shift = wshift, .invert = winvert, .kcontrols = wcontrols, \
102 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols)}
106 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols)}
110 .shift = wshift, .invert = winvert, .kcontrols = wcontrols, \
117 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = wncontrols, \
122 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = wncontrols, \
127 .invert = winvert, .kcontrols = wcontrols, \
131 .invert = winvert, .kcontrols = NULL, .num_kcontrols = 0, \
136 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = 1, \
141 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = 1, \
148 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols), \
153 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols), \
158 .invert = winvert, .kcontrols = wcontrols, \
163 { .id = snd_soc_dapm_pre, .name = wname, .kcontrols = NULL, \
167 { .id = snd_soc_dapm_post, .name = wname, .kcontrols = NULL, \
197 { .id = wid, .name = wname, .kcontrols = NULL, .num_kcontrols = 0, \
442 /* kcontrols that relate to this widget */
444 const struct snd_kcontrol_new *kcontrols;