1. 21 Feb, 2015 1 commit
  2. 12 Feb, 2015 2 commits
    • Vincent Stehlé's avatar
      ASoC: max98357a: Fix missing include · 5c8be987
      Vincent Stehlé authored
      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: default avatarVincent Stehlé <vincent.stehle@laposte.net>
      Cc: Kenneth Westfield <kwestfie@codeaurora.org>
      Cc: Mark Brown <broonie@kernel.org>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      5c8be987
    • Guenter Roeck's avatar
      ASoC: Fix MAX98357A codec driver dependencies · ffa04757
      Guenter Roeck authored
      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: default avatarGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      ffa04757
  3. 09 Feb, 2015 24 commits
  4. 08 Feb, 2015 3 commits
  5. 06 Feb, 2015 3 commits
  6. 05 Feb, 2015 7 commits