]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
Merge commit 'a5479e389e989acfeca9c32eeb0083d086202280' into for-2.6.32
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 11 Aug 2009 12:09:27 +0000 (13:09 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 11 Aug 2009 12:09:27 +0000 (13:09 +0100)
1  2 
include/sound/soc-dai.h
sound/soc/codecs/wm9081.c

Simple merge
index 1f51dd542a46044775d674d350d098e01a3220a5,c96532351193643f7c586d89c83f4c498c41c3d1..c147f2b8723d206399263445face1f3a3389fd85
@@@ -1149,11 -1214,12 +1149,12 @@@ static int wm9081_set_sysclk(struct snd
        return 0;
  }
  
+ /* FIXME: Needs to handle slot_width */
  static int wm9081_set_tdm_slot(struct snd_soc_dai *dai,
-                              unsigned int mask, int slots)
+       unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width)
  {
        struct snd_soc_codec *codec = dai->codec;
 -      unsigned int aif1 = wm9081_read(codec, WM9081_AUDIO_INTERFACE_1);
 +      unsigned int aif1 = snd_soc_read(codec, WM9081_AUDIO_INTERFACE_1);
  
        aif1 &= ~(WM9081_AIFDAC_TDM_SLOT_MASK | WM9081_AIFDAC_TDM_MODE_MASK);