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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/
H A Dsoc-dapm.c853 struct snd_soc_dapm_widget *wsource = NULL, *wsink = NULL, *w; local
863 if (!wsource && !(strcmp(w->name, source))) {
864 wsource = w;
868 if (wsource == NULL || wsink == NULL)
875 path->source = wsource;
883 if (wsource->id == snd_soc_dapm_micbias ||
884 wsource->id == snd_soc_dapm_mic ||
889 if (wsource->id == snd_soc_dapm_output) {
894 wsource->ext = 1;
901 list_add(&path->list_source, &wsource
[all...]

Completed in 29 milliseconds