1. 21 10月, 2013 1 次提交
  2. 12 10月, 2013 2 次提交
  3. 25 9月, 2013 2 次提交
  4. 24 9月, 2013 1 次提交
  5. 17 9月, 2013 1 次提交
  6. 09 9月, 2013 1 次提交
  7. 26 8月, 2013 1 次提交
  8. 07 8月, 2013 5 次提交
  9. 31 7月, 2013 1 次提交
  10. 29 7月, 2013 6 次提交
  11. 27 6月, 2013 1 次提交
  12. 28 5月, 2013 1 次提交
    • K
      ASoC: fsi: fixup sparse errors · c375b2d7
      Kuninori Morimoto 提交于
      This patch fixup below sparse errors
      
      ${LINUX}/sound/soc/sh/fsi.c:1459:9: \
      	error: incompatible types in conditional expression (different base types)
      ${LINUX}/sound/soc/sh/fsi.c:1634:25: \
      	error: incompatible types in conditional expression (different base types)
      ${LINUX}/sound/soc/sh/fsi.c:1639:17: \
      	error: incompatible types in conditional expression (different base types)
      ${LINUX}/sound/soc/sh/fsi.c:2093:9: \
      	error: incompatible types in conditional expression (different base types)
      ${LINUX}/sound/soc/sh/fsi.c:2105:9: \
      	error: incompatible types in conditional expression (different base types)
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      c375b2d7
  13. 27 3月, 2013 3 次提交
  14. 22 3月, 2013 1 次提交
    • L
      ASoC: dma-sh7760: Fix compile error · 417a1178
      Lars-Peter Clausen 提交于
      The dma-sh7760 currently fails with the following compile error:
      	sound/soc/sh/dma-sh7760.c:346:2: error: unknown field 'pcm_ops' specified in initializer
      	sound/soc/sh/dma-sh7760.c:346:2: warning: initialization from incompatible pointer type
      	sound/soc/sh/dma-sh7760.c:347:2: error: unknown field 'pcm_new' specified in initializer
      	sound/soc/sh/dma-sh7760.c:347:2: warning: initialization makes integer from pointer without a cast
      	sound/soc/sh/dma-sh7760.c:348:2: error: unknown field 'pcm_free' specified in initializer
      	sound/soc/sh/dma-sh7760.c:348:2: warning: initialization from incompatible pointer type
      	sound/soc/sh/dma-sh7760.c: In function 'sh7760_soc_platform_probe':
      	sound/soc/sh/dma-sh7760.c:353:2: warning: passing argument 2 of 'snd_soc_register_platform' from incompatible pointer type
      	include/sound/soc.h:368:5: note: expected 'struct snd_soc_platform_driver *' but argument is of type 'struct snd_soc_platform *'
      
      This is due the misnaming of the snd_soc_platform_driver type name and 'ops'
      field. The issue was introduced in commit f0fba2ad("ASoC: multi-component - ASoC
      Multi-Component Support").
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: stable@vger.kernel.org
      417a1178
  15. 15 3月, 2013 1 次提交
  16. 13 3月, 2013 1 次提交
  17. 16 1月, 2013 1 次提交
  18. 14 1月, 2013 1 次提交
  19. 03 1月, 2013 1 次提交
  20. 24 12月, 2012 2 次提交
  21. 09 12月, 2012 1 次提交
  22. 20 11月, 2012 5 次提交