Merge branch 'for-2.6.38' into for-2.6.39
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 1 Mar 2011 23:29:04 +0000 (23:29 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 1 Mar 2011 23:29:04 +0000 (23:29 +0000)
1  2 
sound/soc/codecs/wm8994.c
sound/soc/codecs/wm9081.c

@@@ -109,9 -110,12 +109,12 @@@ struct wm8994_priv 
  
        unsigned int aif1clk_enable:1;
        unsigned int aif2clk_enable:1;
+       unsigned int aif1clk_disable:1;
+       unsigned int aif2clk_disable: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