1. 11 5月, 2018 1 次提交
  2. 19 4月, 2016 1 次提交
  3. 12 3月, 2016 1 次提交
  4. 05 3月, 2015 2 次提交
  5. 29 1月, 2015 1 次提交
    • A
      ASoC: davinci: fix DM365_EVM codec selection · f9a7ba32
      Arnd Bergmann 提交于
      An earlier bug fix of mine made the SND_DM365_VOICE_CODEC symbol
      tristate to avoid creating an undefined reference from the
      davinci-vcif.c driver to the davinci_soc_platform_register
      function that may be in a module.
      
      However, this may now lead to a different error on randconfig
      kernels:
      
      "warning: SND_DM365_VOICE_CODEC creates inconsistent choice state"
      
      This happens because we now have a choice statement with
      one bool and one tristate option, and the latter might not
      support being set to 'y' because of dependencies.
      
      This new change turns the other option into 'tristate' as well,
      which avoids the problem.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Fixes: 19926c6d ("ASoC: davinci: vcif must be a module if SND_DAVINCI_SOC is")
      Signed-off-by: NMark Brown <broonie@kernel.org>
      f9a7ba32
  6. 30 9月, 2014 1 次提交
    • A
      ASoC: davinci: vcif must be a module if SND_DAVINCI_SOC is · 19926c6d
      Arnd Bergmann 提交于
      It is possible to configure a kernel with SND_DAVINCI_SOC=m and
      SND_DM365_VOICE_CODEC=y, which results in a link error:
      
      sound/built-in.o: In function `davinci_vcif_probe':
      sound/soc/davinci/davinci-vcif.c:223: undefined reference to `davinci_soc_platform_register'
      
      The best way to avoid this is to make SND_DM365_VOICE_CODEC
      a tristate option that depends on SND_DAVINCI_SOC, so it
      can only be a module or disabled when the base driver is
      a loadable module
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      19926c6d
  7. 04 8月, 2014 1 次提交
  8. 17 7月, 2014 1 次提交
  9. 21 6月, 2014 1 次提交
  10. 01 5月, 2014 1 次提交
  11. 10 12月, 2013 3 次提交
  12. 23 10月, 2013 1 次提交
  13. 17 6月, 2013 1 次提交
  14. 14 10月, 2011 1 次提交
  15. 12 3月, 2010 2 次提交
  16. 16 9月, 2009 1 次提交
  17. 14 8月, 2009 1 次提交
  18. 08 8月, 2009 1 次提交
  19. 08 6月, 2009 1 次提交
  20. 15 5月, 2009 1 次提交
  21. 07 3月, 2009 1 次提交
  22. 19 11月, 2008 1 次提交
  23. 27 5月, 2008 1 次提交
  24. 24 4月, 2008 1 次提交