1. 14 6月, 2017 2 次提交
  2. 08 6月, 2017 2 次提交
  3. 20 5月, 2017 3 次提交
  4. 17 5月, 2017 2 次提交
  5. 20 4月, 2017 1 次提交
  6. 06 4月, 2017 1 次提交
  7. 29 3月, 2017 1 次提交
  8. 25 3月, 2017 1 次提交
  9. 22 2月, 2017 1 次提交
  10. 23 1月, 2017 1 次提交
  11. 20 1月, 2017 1 次提交
  12. 15 12月, 2016 1 次提交
  13. 07 12月, 2016 1 次提交
  14. 05 12月, 2016 1 次提交
  15. 23 11月, 2016 1 次提交
  16. 25 10月, 2016 5 次提交
  17. 30 9月, 2016 1 次提交
  18. 11 8月, 2016 1 次提交
    • B
      ASoC: fix W=1 build warnings · 1d9d0c65
      Baoyou Xie 提交于
      We get 1 warning about global functions without a declaration
      in the ASoC sub-system when building with W=1:
      
      sound/soc/sh/rcar/core.c:113:6: warning: no previous prototype for 'rsnd_mod_make_sure' [-Wmissing-prototypes]
       void rsnd_mod_make_sure(struct rsnd_mod *mod, enum rsnd_mod_type type)
      
      In this case, the function 'rsnd_mod_make_sure' is declared in rsnd.h file,
      but it only valid if the macro DEBUG is claimed.
      
      so the implementation of function 'rsnd_mod_make_sure' need be
      held by macro DEBUG.
      Signed-off-by: NBaoyou Xie <baoyou.xie@linaro.org>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      1d9d0c65
  19. 05 3月, 2016 2 次提交
  20. 02 3月, 2016 1 次提交
  21. 19 2月, 2016 2 次提交
  22. 27 1月, 2016 1 次提交
  23. 23 1月, 2016 6 次提交
  24. 23 12月, 2015 1 次提交