1. Mar 16, 2009
    • Mark Brown's avatar
      f2a5d6a2
    • Joonyoung Shim's avatar
      ASoC: twl4030 - Fix build error · 10d9e3d9
      Joonyoung Shim authored
      
      
      CC      sound/soc/codecs/twl4030.o
      sound/soc/codecs/twl4030.c:1400: warning: braces around scalar initializer
      sound/soc/codecs/twl4030.c:1400: warning: (near initialization for 'twl4030_dai.ops')
      sound/soc/codecs/twl4030.c:1401: error: field name not in record or union initializer
      sound/soc/codecs/twl4030.c:1401: error: (near initialization for 'twl4030_dai.ops')
      sound/soc/codecs/twl4030.c:1401: warning: initialization from incompatible pointer type
      sound/soc/codecs/twl4030.c:1402: error: field name not in record or union initializer
      sound/soc/codecs/twl4030.c:1402: error: (near initialization for 'twl4030_dai.ops')
      sound/soc/codecs/twl4030.c:1402: warning: excess elements in scalar initializer
      sound/soc/codecs/twl4030.c:1402: warning: (near initialization for 'twl4030_dai.ops')
      sound/soc/codecs/twl4030.c:1403: error: field name not in record or union initializer
      sound/soc/codecs/twl4030.c:1403: error: (near initialization for 'twl4030_dai.ops')
      sound/soc/codecs/twl4030.c:1403: warning: excess elements in scalar initializer
      sound/soc/codecs/twl4030.c:1403: warning: (near initialization for 'twl4030_dai.ops')
      
      Signed-off-by: default avatarJoonyoung Shim <jy0922.shim@samsung.com>
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      10d9e3d9
    • Robert Jarzmik's avatar
      ASoC: Allow choice of ac97 gpio reset line · 26ade896
      Robert Jarzmik authored
      
      
      As the PXA27x series allow 2 gpios to reset the ac97 bus,
      allow through platform data configuration the definition of
      the correct gpio which will reset the AC97 bus.
      
      This comes from a silicon defect on the PXA27x series, where
      the gpio must be manually controlled in warm reset cases.
      
      Signed-off-by: default avatarRobert Jarzmik <rjarzmik@free.fr>
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      26ade896
  2. Mar 13, 2009
  3. Mar 12, 2009
  4. Mar 11, 2009
  5. Mar 10, 2009
  6. Mar 09, 2009
  7. Mar 07, 2009
  8. Mar 06, 2009