1. Apr 18, 2009
  2. Apr 17, 2009
  3. Apr 16, 2009
  4. Apr 09, 2009
  5. Apr 07, 2009
    • Peter Ujfalusi's avatar
      ASoC: TWL4030: Compillation error fix · d6648da1
      Peter Ujfalusi authored
      
      
      Fix for compillation error introduced by the constrain patch.
      
      Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@nokia.com>
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      d6648da1
    • Anton Vorontsov's avatar
      ASoC: fsl_dma: Pass the proper device for dma mapping routines · 5c15a686
      Anton Vorontsov authored
      
      
      The driver should pass a device that specifies internal DMA ops, but
      substream->pcm is just a logical device, and thus doesn't have arch-
      specific dma callbacks, therefore following bug appears:
      
        Freescale Synchronous Serial Interface (SSI) ASoC Driver
        ------------[ cut here ]------------
        kernel BUG at arch/powerpc/include/asm/dma-mapping.h:237!
        Oops: Exception in kernel mode, sig: 5 [#1]
        ...
        NIP [c02259c4] snd_malloc_dev_pages+0x58/0xac
        LR [c0225c74] snd_dma_alloc_pages+0xf8/0x108
        Call Trace:
        [df02bde0] [df02be2c] 0xdf02be2c (unreliable)
        [df02bdf0] [c0225c74] snd_dma_alloc_pages+0xf8/0x108
        [df02be10] [c023a100] fsl_dma_new+0x68/0x124
        [df02be20] [c02342ac] soc_new_pcm+0x1bc/0x234
        [df02bea0] [c02343dc] snd_soc_new_pcms+0xb8/0x148
        [df02bed0] [c023824c] cs4270_probe+0x34/0x124
        [df02bef0] [c0232fe8] snd_soc_instantiate_card+0x1a4/0x2f4
        [df02bf20] [c0233164] snd_soc_instantiate_cards+0x2c/0x68
        [df02bf30] [c0234704] snd_soc_register_platform+0x60/0x80
        [df02bf50] [c03d5664] fsl_soc_platform_init+0x18/0x28
        ...
      
      This patch fixes the issue by using card's device instead.
      
      Signed-off-by: default avatarAnton Vorontsov <avorontsov@ru.mvista.com>
      Acked-by: default avatarTimur Tabi <timur@freescale.com>
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      5c15a686
  6. Apr 06, 2009
  7. Apr 03, 2009
  8. Apr 02, 2009
  9. Mar 19, 2009
  10. Mar 18, 2009
  11. Mar 17, 2009
  12. Mar 16, 2009
    • Mark Brown's avatar
    • 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