1. 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
  2. 05 3月, 2016 2 次提交
  3. 02 3月, 2016 1 次提交
  4. 19 2月, 2016 2 次提交
  5. 27 1月, 2016 1 次提交
  6. 23 1月, 2016 6 次提交
  7. 23 12月, 2015 1 次提交
  8. 18 12月, 2015 6 次提交
  9. 08 12月, 2015 1 次提交
  10. 01 12月, 2015 4 次提交
  11. 25 11月, 2015 1 次提交
  12. 21 11月, 2015 1 次提交
  13. 19 11月, 2015 6 次提交
  14. 16 11月, 2015 7 次提交