Searched refs:num_kcontrols (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/include/sound/ |
D | soc-dapm.h | 43 .num_kcontrols = 0} 48 .num_kcontrols = 0, .reg = SND_SOC_NOPM } 51 .num_kcontrols = 0, .reg = SND_SOC_NOPM } 54 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \ 58 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \ 62 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \ 66 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \ 73 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = wncontrols} 77 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = wncontrols} 81 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = wncontrols} [all …]
|
/linux-2.6.39/sound/soc/ |
D | soc-dapm.c | 312 for (i = 0; i < dest->num_kcontrols; i++) { in dapm_connect_mixer() 385 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_mixer() 456 if (!w->num_kcontrols) { in dapm_new_mux() 496 if (w->num_kcontrols) in dapm_new_pga()
|
/linux-2.6.39/sound/soc/codecs/ |
D | 88pm860x-codec.c | 124 .num_kcontrols = 0, .event = wevent, \
|