1. 12 9月, 2014 2 次提交
  2. 10 9月, 2014 2 次提交
  3. 09 9月, 2014 1 次提交
  4. 03 9月, 2014 1 次提交
  5. 02 9月, 2014 1 次提交
  6. 29 8月, 2014 7 次提交
  7. 27 8月, 2014 2 次提交
  8. 23 8月, 2014 2 次提交
  9. 19 8月, 2014 1 次提交
    • X
      ASoC: simple-card: Fix the compile warning. · 8ea21348
      Xiubo Li 提交于
      sound/soc/generic/simple-card.c: In function simple_card_dai_link_of:
      sound/soc/generic/simple-card.c:198:10: warning: passing argument 3 of
      asoc_simple_card_sub_parse_of from incompatible pointer type [enabled by default]
                &dai_link->cpu_dai_name);
                ^
      sound/soc/generic/simple-card.c:112:1: note: expected const struct device_node **
      but argument is of type struct device_node **
       asoc_simple_card_sub_parse_of(struct device_node *np,
       ^
      sound/soc/generic/simple-card.c:229:10: warning: passing argument 3 of
      asoc_simple_card_sub_parse_of from incompatible pointer type [enabled by default]
                &dai_link->codec_dai_name);
                ^
      sound/soc/generic/simple-card.c:112:1: note: expected const struct device_node **
      but argument is of type struct device_node **
       asoc_simple_card_sub_parse_of(struct device_node *np,
       ^
      
      Since the asoc_simple_card_sub_parse_of() is used in simple-card module only,
      and the third argument is just used to get the node ponters address, so there is
      no need it must to be 'const' type.
      Signed-off-by: NXiubo Li <Li.Xiubo@freescale.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      8ea21348
  10. 17 8月, 2014 2 次提交
  11. 14 8月, 2014 2 次提交
  12. 13 8月, 2014 2 次提交
  13. 12 8月, 2014 2 次提交
  14. 11 8月, 2014 3 次提交
  15. 07 8月, 2014 1 次提交
  16. 04 8月, 2014 5 次提交
  17. 02 8月, 2014 4 次提交