1. 20 8月, 2013 1 次提交
  2. 19 8月, 2013 6 次提交
  3. 18 8月, 2013 1 次提交
  4. 15 8月, 2013 1 次提交
    • S
      ASoC: tegra: fix Tegra30 I2S capture parameter setup · c90c0d7a
      Stephen Warren 提交于
      The Tegra30 I2S driver was writing the AHUB interface parameters to the
      playback path register rather than the capture path register. This
      caused the capture parameters not to be configured at all, so if
      capturing using non-HW-default parameters (e.g. 16-bit stereo rather
      than 8-bit mono) the audio would be corrupted.
      
      With this fixed, audio capture from an analog microphone works correctly
      on the Cardhu board.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      c90c0d7a
  5. 13 8月, 2013 2 次提交
  6. 12 8月, 2013 6 次提交
  7. 11 8月, 2013 2 次提交
  8. 10 8月, 2013 1 次提交
  9. 08 8月, 2013 2 次提交
  10. 07 8月, 2013 5 次提交
  11. 06 8月, 2013 1 次提交
  12. 02 8月, 2013 1 次提交
  13. 01 8月, 2013 3 次提交
  14. 31 7月, 2013 2 次提交
    • D
      ASoC: wm0010: Fix resource leak · 4f8b1914
      Dimitris Papastamos 提交于
      If kzalloc() fails for `img' then we are going to leak the memory
      for `out'.  We are freeing the memory of all the tx/rx transfers
      but the tx/rx buf pointers will be NULL if we drop out earlier.
      Signed-off-by: NDimitris Papastamos <dp@opensource.wolfsonmicro.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      4f8b1914
    • R
      ASoC: au1x: Fix build · d2ee88d0
      Ralf Baechle 提交于
      d8b51c11 [ASoC: ac97c: Use
      module_platform_driver()] broke the build:
      
       CC      sound/soc/au1x/ac97c.o
      /home/ralf/src/linux/upstream-sfr/sound/soc/au1x/ac97c.c:344:1: error: expected identifier or ‘(’ before ‘&’ token
      /home/ralf/src/linux/upstream-sfr/sound/soc/au1x/ac97c.c:344:1: error: pasting "__initcall_" and "&" does not give a valid preprocessing token
      /home/ralf/src/linux/upstream-sfr/sound/soc/au1x/ac97c.c:344:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘&’ token
      /home/ralf/src/linux/upstream-sfr/sound/soc/au1x/ac97c.c:344:1: error: expected identifier or ‘(’ before ‘&’ token
      /home/ralf/src/linux/upstream-sfr/sound/soc/au1x/ac97c.c:344:1: error: pasting "__exitcall_" and "&" does not give a valid preprocessing token
      /home/ralf/src/linux/upstream-sfr/sound/soc/au1x/ac97c.c:344:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘&’ token
      /home/ralf/src/linux/upstream-sfr/sound/soc/au1x/ac97c.c:334:31: warning: ‘au1xac97c_driver’ defined but not used [-Wunused-variable]
      make[5]: *** [sound/soc/au1x/ac97c.o] Error 1
      make[4]: *** [sound/soc/au1x] Error 2
      make[3]: *** [sound/soc] Error 2
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      d2ee88d0
  15. 30 7月, 2013 3 次提交
  16. 29 7月, 2013 3 次提交