Merge branch 'for-2.6.32' into for-2.6.33
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 18 Sep 2009 14:09:44 +0000 (15:09 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 18 Sep 2009 14:09:44 +0000 (15:09 +0100)
1  2 
sound/soc/codecs/wm8350.c
sound/soc/codecs/wm8974.c
sound/soc/s3c24xx/s3c-i2s-v2.c
sound/soc/soc-dapm.c

Simple merge
Simple merge
Simple merge
@@@ -1135,14 -1131,12 +1135,15 @@@ static ssize_t dapm_widget_power_read_f
        ret = snprintf(buf, PAGE_SIZE, "%s: %s  in %d out %d\n",
                       w->name, w->power ? "On" : "Off", in, out);
  
-       if (w->active && w->sname)
-               ret += snprintf(buf, PAGE_SIZE - ret, " stream %s active\n",
-                               w->sname);
+       if (w->sname)
+               ret += snprintf(buf + ret, PAGE_SIZE - ret, " stream %s %s\n",
+                               w->sname,
+                               w->active ? "active" : "inactive");
  
        list_for_each_entry(p, &w->sources, list_sink) {
 +              if (p->connected && !p->connected(w, p->sink))
 +                      continue;
 +
                if (p->connect)
                        ret += snprintf(buf + ret, PAGE_SIZE - ret,
                                        " in  %s %s\n",