1. 10 4月, 2013 1 次提交
  2. 04 4月, 2013 2 次提交
  3. 28 3月, 2013 1 次提交
  4. 26 3月, 2013 1 次提交
  5. 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
  6. 20 3月, 2013 3 次提交
  7. 15 3月, 2013 1 次提交
  8. 13 3月, 2013 4 次提交
  9. 06 3月, 2013 1 次提交
  10. 05 3月, 2013 1 次提交
  11. 03 3月, 2013 1 次提交
  12. 01 3月, 2013 4 次提交
  13. 25 2月, 2013 1 次提交
    • M
      ASoC: dapm: Fix handling of loops · 8af294b4
      Mark Brown 提交于
      Currently if a path loops back on itself we correctly skip over it to
      avoid going into an infinite loop but this causes us to ignore the need
      to power up the path as we don't count the loop for the purposes of
      counting inputs and outputs. This means that internal loopbacks within a
      device that have powered devices on them won't be powered up.
      
      Fix this by treating any path that is currently in the process of being
      recursed as having a single input or output so that it is counted for
      the purposes of power decisions.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NLiam Girdwood <liam.r.girdwood@linux.intel.com>
      8af294b4
  14. 21 2月, 2013 1 次提交
  15. 15 2月, 2013 1 次提交
  16. 13 2月, 2013 1 次提交
  17. 12 2月, 2013 2 次提交
  18. 11 2月, 2013 1 次提交
  19. 08 2月, 2013 2 次提交
  20. 07 2月, 2013 4 次提交
  21. 05 2月, 2013 6 次提交