1. 22 8月, 2013 5 次提交
  2. 20 8月, 2013 1 次提交
  3. 19 8月, 2013 1 次提交
  4. 18 8月, 2013 1 次提交
  5. 16 8月, 2013 1 次提交
  6. 11 8月, 2013 1 次提交
  7. 07 8月, 2013 4 次提交
  8. 31 7月, 2013 1 次提交
    • F
      ASoC: fsl: Fix module build · 3f1a91aa
      Fabio Estevam 提交于
      Building imx_v6_v7_defconfig with all audio drivers as modules results in
      the folowing build error:
      
      ERROR: "imx_pcm_fiq_init" [sound/soc/fsl/snd-soc-imx-ssi.ko] undefined!
      ERROR: "imx_pcm_dma_init" [sound/soc/fsl/snd-soc-imx-ssi.ko] undefined!
      ERROR: "imx_pcm_fiq_exit" [sound/soc/fsl/snd-soc-imx-ssi.ko] undefined!
      ERROR: "imx_pcm_dma_exit" [sound/soc/fsl/snd-soc-imx-ssi.ko] undefined!
      ERROR: "imx_pcm_dma_init" [sound/soc/fsl/snd-soc-fsl-ssi.ko] undefined!
      ERROR: "imx_pcm_dma_exit" [sound/soc/fsl/snd-soc-fsl-ssi.ko] undefined!
      
      Fix this by allowing SND_SOC_IMX_PCM_FIQ and SND_SOC_IMX_PCM_DMA to be also
      built as modules and by using 'IS_ENABLED' to cover the module case.
      Reported-by: NGuennadi Liakhovetski <g.liakhovetski@gmx.de>
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Acked-by: NShawn Guo <shawn.guo@linaro.org>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      3f1a91aa
  9. 26 7月, 2013 1 次提交
  10. 22 7月, 2013 2 次提交
  11. 19 7月, 2013 2 次提交
  12. 18 7月, 2013 1 次提交
  13. 17 7月, 2013 2 次提交
  14. 16 7月, 2013 2 次提交
  15. 15 7月, 2013 4 次提交
  16. 04 7月, 2013 1 次提交
  17. 27 6月, 2013 1 次提交
  18. 12 6月, 2013 2 次提交
  19. 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
  20. 18 5月, 2013 1 次提交
  21. 15 5月, 2013 5 次提交