1. 24 6月, 2013 3 次提交
  2. 08 6月, 2013 1 次提交
  3. 07 6月, 2013 1 次提交
  4. 05 6月, 2013 1 次提交
  5. 03 6月, 2013 1 次提交
  6. 30 5月, 2013 4 次提交
  7. 28 5月, 2013 4 次提交
  8. 25 5月, 2013 1 次提交
  9. 23 5月, 2013 3 次提交
  10. 22 5月, 2013 1 次提交
  11. 21 5月, 2013 1 次提交
  12. 20 5月, 2013 2 次提交
  13. 18 5月, 2013 2 次提交
  14. 09 5月, 2013 1 次提交
  15. 08 5月, 2013 1 次提交
  16. 07 5月, 2013 1 次提交
  17. 03 5月, 2013 1 次提交
  18. 01 5月, 2013 3 次提交
  19. 24 4月, 2013 1 次提交
    • A
      ASoC: ux500: forward declare msp_i2s_platform_data · d74bf3fa
      Arnd Bergmann 提交于
      We get a lot of build warnings from the msp driver like:
      
      In file included from sound/soc/ux500/ux500_msp_dai.h:21:0,
                       from sound/soc/ux500/mop500.c:25:
      sound/soc/ux500/ux500_msp_i2s.h:546:11: warning: 'struct msp_i2s_platform_data' declared inside parameter list [enabled by default]
          struct msp_i2s_platform_data *platform_data);
                 ^
      sound/soc/ux500/ux500_msp_i2s.h:546:11: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
      
      The easiest solution is to add a declaration of the struct name.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      d74bf3fa
  20. 23 4月, 2013 4 次提交
  21. 22 4月, 2013 3 次提交