1. 24 1月, 2012 2 次提交
  2. 23 1月, 2012 1 次提交
  3. 21 1月, 2012 1 次提交
    • F
      ASoC: mxs: Fix mxs-saif timeout · 6b35f924
      Fabio Estevam 提交于
      On a mx28evk board the following errors happens on mxs-sgtl5000 probe:
      
      [    0.660000] saif0_clk_set_rate: divider writing timeout
      [    0.670000] mxs-sgtl5000: probe of mxs-sgtl5000.0 failed with error -110
      [    0.670000] ALSA device list:
      [    0.680000]   No soundcards found.
      
      This timeout happens because clk_set_rate will result in writing to the DIV bits
      of register HW_CLKCTRL_SAIF0 with the saif clock gated (CLKGATE bit set to one).
      
      MX28 Reference states the following about CLKGATE:
      
      "The DIV field can change ONLY when this clock gate bit field is low."
      
      So call clk_prepare_enable prior to clk_set_rate to fix this problem.
      
      After this change the mxs-saif driver can be correctly probed and audio is functional.
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      6b35f924
  4. 20 1月, 2012 6 次提交
  5. 18 1月, 2012 1 次提交
  6. 16 1月, 2012 3 次提交
  7. 13 1月, 2012 2 次提交
  8. 11 1月, 2012 3 次提交
  9. 09 1月, 2012 2 次提交
  10. 08 1月, 2012 1 次提交
  11. 06 1月, 2012 1 次提交
    • A
      ASoC: Fix build dependency for SND_ATMEL_SOC_SSC · 739be96a
      Axel Lin 提交于
      Make SND_ATMEL_SOC_SSC select ATMEL_SSC to fix below build errors:
      
        LD      .tmp_vmlinux1
      sound/built-in.o: In function `atmel_ssc_remove':
      sound/soc/atmel/atmel_ssc_dai.c:713: undefined reference to `ssc_free'
      sound/built-in.o: In function `atmel_ssc_probe':
      sound/soc/atmel/atmel_ssc_dai.c:700: undefined reference to `ssc_request'
      sound/built-in.o: In function `atmel_ssc_set_audio':
      sound/soc/atmel/atmel_ssc_dai.c:845: undefined reference to `ssc_request'
      sound/soc/atmel/atmel_ssc_dai.c:851: undefined reference to `ssc_free'
      make: *** [.tmp_vmlinux1] Error 1
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      739be96a
  12. 04 1月, 2012 2 次提交
  13. 02 1月, 2012 15 次提交