]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
Merge branch 'for-2.6.38' into for-2.6.39
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 13 Feb 2011 19:51:04 +0000 (19:51 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 13 Feb 2011 19:51:04 +0000 (19:51 +0000)
1  2 
include/sound/wm8903.h
sound/soc/codecs/wm8903.c
sound/soc/codecs/wm8994.c
sound/soc/soc-dapm.c

Simple merge
Simple merge
index 0024b4cb8b23737148d734516dfbdb0a392d4e57,a60b5dbf0154789e947b77a8a52ca5049d5326f6..d78abeceaeda4de18fc3d0cab64a99e9bd0ae9f1
@@@ -107,9 -107,12 +107,12 @@@ struct wm8994_priv 
  
        int revision;
        struct wm8994_pdata *pdata;
+       unsigned int aif1clk_enable:1;
+       unsigned int aif2clk_enable:1;
  };
  
 -static int wm8994_readable(unsigned int reg)
 +static int wm8994_readable(struct snd_soc_codec *codec, unsigned int reg)
  {
        switch (reg) {
        case WM8994_GPIO_1:
Simple merge