1. 05 3月, 2015 2 次提交
  2. 03 3月, 2015 7 次提交
  3. 26 2月, 2015 2 次提交
  4. 24 2月, 2015 6 次提交
  5. 21 2月, 2015 6 次提交
  6. 12 2月, 2015 2 次提交
    • V
      ASoC: max98357a: Fix missing include · 5c8be987
      Vincent Stehlé 提交于
      This fixes the following compilation errors:
      
        sound/soc/codecs/max98357a.c: In function ‘max98357a_daiops_trigger’:
        sound/soc/codecs/max98357a.c:30:3: error: implicit declaration of function ‘gpiod_set_value’ [-Werror=implicit-function-declaration]
        sound/soc/codecs/max98357a.c: In function ‘max98357a_codec_probe’:
        sound/soc/codecs/max98357a.c:55:2: error: implicit declaration of function ‘devm_gpiod_get’ [-Werror=implicit-function-declaration]
        sound/soc/codecs/max98357a.c:61:2: error: implicit declaration of function ‘gpiod_direction_output’ [-Werror=implicit-function-declaration]
        cc1: some warnings being treated as errors
      Signed-off-by: NVincent Stehlé <vincent.stehle@laposte.net>
      Cc: Kenneth Westfield <kwestfie@codeaurora.org>
      Cc: Mark Brown <broonie@kernel.org>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      5c8be987
    • G
      ASoC: Fix MAX98357A codec driver dependencies · ffa04757
      Guenter Roeck 提交于
      The max98357a driver depends on GPIOLIB. This may cause the following
      build failure.
      
      sound/soc/codecs/max98357a.c: In function 'max98357a_daiops_trigger':
      sound/soc/codecs/max98357a.c:30:3: error: implicit declaration of function 'gpiod_set_value'
      sound/soc/codecs/max98357a.c: In function 'max98357a_codec_probe':
      sound/soc/codecs/max98357a.c:55:2: error: implicit declaration of function 'devm_gpiod_get'
      sound/soc/codecs/max98357a.c:61:2: error: implicit declaration of function 'gpiod_direction_output'
      
      Seen with mips:allmodconfig as well as various randconfig builds.
      
      Fixes: af5adf12 ("ASoC: max98357a: Add MAX98357A codec driver")
      Cc: Kenneth Westfield <kwestfie@codeaurora.org>
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      ffa04757
  7. 09 2月, 2015 3 次提交
  8. 07 2月, 2015 1 次提交
  9. 06 2月, 2015 3 次提交
  10. 05 2月, 2015 1 次提交
  11. 04 2月, 2015 1 次提交
  12. 03 2月, 2015 2 次提交
  13. 30 1月, 2015 2 次提交
  14. 29 1月, 2015 2 次提交