1. 09 7月, 2015 3 次提交
  2. 12 6月, 2015 1 次提交
  3. 02 6月, 2015 1 次提交
  4. 05 5月, 2015 1 次提交
  5. 04 5月, 2015 1 次提交
  6. 06 2月, 2015 1 次提交
  7. 22 12月, 2014 2 次提交
  8. 22 11月, 2014 1 次提交
  9. 20 11月, 2014 1 次提交
  10. 14 11月, 2014 1 次提交
  11. 06 11月, 2014 1 次提交
  12. 29 10月, 2014 1 次提交
  13. 20 10月, 2014 5 次提交
  14. 02 8月, 2014 1 次提交
  15. 17 7月, 2014 1 次提交
  16. 02 6月, 2014 1 次提交
  17. 01 6月, 2014 1 次提交
  18. 13 3月, 2014 1 次提交
    • S
      ASoC: Intel: don't select RT5640 if !I2C · f410d5c9
      Stephen Warren 提交于
      The rt5640 driver won't compile without I2C enabled. Hence, the Intel
      Haswell and Baytrail+RT5640 ASoC drivers must also depend on I2C, since
      these select RT5640.
      
      This solves:
      sound/soc/codecs/rt5640.c:2220:1: warning: data definition has no type or storage class [enabled by default]
      sound/soc/codecs/rt5640.c:2220:1: error: type defaults to ‘int’ in declaration of ‘module_i2c_driver’ [-Werror=implicit-int]
      sound/soc/codecs/rt5640.c:2220:1: warning: parameter names (without types) in function declaration [enabled by default]
      sound/soc/codecs/rt5640.c:2210:26: warning: ‘rt5640_i2c_driver’ defined but not used [-Wunused-variable]
      Reported-by: NJim Davis <jim.epost@gmail.com>
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      f410d5c9
  19. 07 3月, 2014 1 次提交
  20. 25 2月, 2014 1 次提交
  21. 22 2月, 2014 2 次提交
  22. 20 2月, 2014 1 次提交
    • L
      ASoC: Intel: Fix build for sst-dsp.c on PPC architecture · afd95490
      Liam Girdwood 提交于
      Disable build on non X86 architectures except for compile testing. This fixes
      the following build errors on PPC and adds an option for testing the build on other
      architectures as suggested by Mark Brown :-
      
      sound/soc/intel/sst-dsp.c: In function 'sst_dsp_outbox_write':
      sound/soc/intel/sst-dsp.c:218:2: error: implicit declaration of function 'memcpy_toio' [-Werror=implicit-function-declaration]
        memcpy_toio(sst->mailbox.out_base, message, bytes);
        ^
      sound/soc/intel/sst-dsp.c: In function 'sst_dsp_outbox_read':
      sound/soc/intel/sst-dsp.c:231:2: error: implicit declaration of function 'memcpy_fromio' [-Werror=implicit-function-declaration]
        memcpy_fromio(message, sst->mailbox.out_base, bytes);
        ^
      Signed-off-by: NLiam Girdwood <liam.r.girdwood@linux.intel.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      afd95490
  23. 18 2月, 2014 1 次提交
  24. 12 2月, 2014 1 次提交
  25. 24 11月, 2013 1 次提交
  26. 05 12月, 2011 1 次提交
  27. 07 2月, 2011 1 次提交
  28. 19 1月, 2011 1 次提交
  29. 06 1月, 2011 1 次提交