1. 18 6月, 2013 1 次提交
    • T
      ASoC: spear: Convert to use devm_ioremap_resource · fc09cfbe
      Tushar Behera 提交于
      Commit 75096579 ("lib: devres: Introduce devm_ioremap_resource()")
      introduced devm_ioremap_resource() and deprecated the use of
      devm_request_and_ioremap().
      
      devm_request_mem_region is called in devm_ioremap_resource(). Hence that
      part can also be removed.
      
      Since devm_ioremap_resource prints error message on failure, there is
      no need to print an explicit warning message.
      Signed-off-by: NTushar Behera <tushar.behera@linaro.org>
      CC: alsa-devel@alsa-project.org
      CC: Liam Girdwood <lgirdwood@gmail.com>
      CC: Mark Brown <broonie@kernel.org>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      fc09cfbe
  2. 17 6月, 2013 3 次提交
  3. 14 6月, 2013 11 次提交
  4. 13 6月, 2013 9 次提交
  5. 12 6月, 2013 9 次提交
  6. 10 6月, 2013 1 次提交
    • F
      ASoC: sgtl5000: Let the codec acquire its clock · 9e13f345
      Fabio Estevam 提交于
      On a mx6qsabrelite board the following error happens on probe:
      
      sgtl5000: probe of 0-000a failed with error -5
      imx-sgtl5000 sound.13: ASoC: CODEC (null) not registered
      imx-sgtl5000 sound.13: snd_soc_register_card failed (-517)
      platform sound.13: Driver imx-sgtl5000 requests probe defer
      
      Prior to reading the codec ID we need to turn the SYS_MCLK clock, so let's
      enable the codec clock inside sgtl5000_i2c_probe().
      
      Also remove the codec clock enable/disable functions from the machine driver.
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      9e13f345
  7. 08 6月, 2013 1 次提交
  8. 07 6月, 2013 1 次提交
  9. 06 6月, 2013 2 次提交
  10. 05 6月, 2013 2 次提交