Searched refs:wsink (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
859 if (!wsink && !(strcmp(w->name, sink))) {
860 wsink = w;
868 if (wsource == NULL || wsink == NULL)
876 path->sink = wsink;
882 if (wsink->id == snd_soc_dapm_input) {
885 wsink->id == snd_soc_dapm_line ||
886 wsink->id == snd_soc_dapm_output)
887 wsink->ext = 1;
890 if (wsink
[all...]

Completed in 41 milliseconds