1. 08 2月, 2016 1 次提交
  2. 05 1月, 2016 1 次提交
  3. 19 12月, 2015 1 次提交
  4. 18 12月, 2015 1 次提交
  5. 25 11月, 2015 1 次提交
    • J
      ASoC: Intel: sst: only select sst-firmware when DW DMAC is built-in · a92ea59b
      Jie Yang 提交于
      The previous commit ef3e199a ("ASoC: Intel: sst: only use
      sst-firmware when DW DMAC is available") does not fix the 0day
      building errors thoroughly:
      
         sound/built-in.o: In function 'dw_dma_remove'
         sound/built-in.o: In function 'dw_dma_probe'
      
      Here we fallback to select sst-firmware only when DW DMAC
      is built-in selected. We may need to refactor sst common
      driver and split DW related codes to platform driver, but
      ATM, this fallback may be the smallest fix.
      
      Please be noticed that after applying this patch, we may
      need select DW DMAC manually in DMA driver menu, before
      we can prompt and select HSW/BDW and old BYT machines.
      Signed-off-by: NJie Yang <yang.jie@intel.com>
      Cc: Vinod Koul <vinod.koul@intel.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      a92ea59b
  6. 19 11月, 2015 3 次提交
  7. 16 11月, 2015 1 次提交
  8. 22 10月, 2015 1 次提交
  9. 20 10月, 2015 1 次提交
  10. 07 10月, 2015 1 次提交
  11. 10 7月, 2015 1 次提交
  12. 09 7月, 2015 3 次提交
  13. 12 6月, 2015 1 次提交
  14. 02 6月, 2015 1 次提交
  15. 05 5月, 2015 1 次提交
  16. 04 5月, 2015 1 次提交
  17. 06 2月, 2015 1 次提交
  18. 22 12月, 2014 2 次提交
  19. 22 11月, 2014 1 次提交
  20. 20 11月, 2014 1 次提交
  21. 14 11月, 2014 1 次提交
  22. 06 11月, 2014 1 次提交
  23. 29 10月, 2014 1 次提交
  24. 20 10月, 2014 5 次提交
  25. 02 8月, 2014 1 次提交
  26. 17 7月, 2014 1 次提交
  27. 02 6月, 2014 1 次提交
  28. 01 6月, 2014 1 次提交
  29. 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
  30. 07 3月, 2014 1 次提交
  31. 25 2月, 2014 1 次提交