An error occurred fetching the project authors.
  1. 24 Oct, 2016 2 commits
  2. 29 Sep, 2016 1 commit
  3. 11 Aug, 2016 1 commit
    • Baoyou Xie's avatar
      ASoC: fix W=1 build warnings · 1d9d0c65
      Baoyou Xie authored
      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: default avatarBaoyou Xie <baoyou.xie@linaro.org>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      1d9d0c65
  4. 05 Mar, 2016 2 commits
  5. 02 Mar, 2016 1 commit
  6. 19 Feb, 2016 2 commits
  7. 27 Jan, 2016 1 commit
  8. 22 Jan, 2016 6 commits
  9. 22 Dec, 2015 1 commit
  10. 18 Dec, 2015 6 commits
  11. 08 Dec, 2015 1 commit
  12. 01 Dec, 2015 1 commit
  13. 30 Nov, 2015 3 commits
  14. 25 Nov, 2015 1 commit
  15. 20 Nov, 2015 1 commit
  16. 18 Nov, 2015 6 commits
  17. 16 Nov, 2015 4 commits