Searched refs:kcontrols (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dsoc-dapm.h43 { .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}
81 .invert = winvert, .kcontrols
279 const struct snd_kcontrol_new *kcontrols; member in struct:snd_soc_dapm_widget
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/
H A Dsoc-dapm.c104 int reg = w->kcontrols[i].private_value & 0xff;
105 int shift = (w->kcontrols[i].private_value >> 8) & 0x0f;
106 int mask = (w->kcontrols[i].private_value >> 16) & 0xff;
107 int invert = (w->kcontrols[i].private_value >> 24) & 0x01;
119 struct soc_enum *e = (struct soc_enum *)w->kcontrols[i].private_value;
188 if (!strcmp(control_name, dest->kcontrols[i].name)) {
192 path->name = dest->kcontrols[i].name;
238 const struct snd_kcontrol_new *k = widget->kcontrols;
294 if (path->name != (char*)w->kcontrols[i].name)
298 snprintf(name, 32, "%s %s", w->name, w->kcontrols[
[all...]

Completed in 61 milliseconds