1. 11 11月, 2017 1 次提交
    • A
      ASoC: rt5514: mark PM functions as __maybe_unused · 7e6358ec
      Arnd Bergmann 提交于
      The new functions are only used when CONFIG_PM is enabled,
      leading to a harmless warning:
      
      sound/soc/codecs/rt5514-spi.c:474:12: error: 'rt5514_resume' defined but not used [-Werror=unused-function]
      sound/soc/codecs/rt5514-spi.c:464:12: error: 'rt5514_suspend' defined but not used [-Werror=unused-function]
      
      This marks them as __maybe_unused to make the build silent
      again.
      
      Fixes: 58f1c07d ("ASoC: rt5514: Voice wakeup support.")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      7e6358ec
  2. 09 11月, 2017 2 次提交
  3. 08 11月, 2017 1 次提交
  4. 03 11月, 2017 1 次提交
  5. 19 9月, 2017 1 次提交
  6. 16 9月, 2017 1 次提交
  7. 14 9月, 2017 1 次提交
  8. 01 9月, 2017 32 次提交