1. 14 6月, 2016 1 次提交
    • A
      ASoC: wm8985: add i2c dependency · 05252513
      Arnd Bergmann 提交于
      The wm8985 driver is now user-selectable, but building it with
      I2C disabled results in a link failure:
      
      sound/built-in.o: In function `wm8985_i2c_probe':
      :(.text+0x44914): undefined reference to `__devm_regmap_init_i2c'
      sound/built-in.o: In function `wm8985_exit':
      :(.exit.text+0x3d8): undefined reference to `i2c_del_driver'
      sound/built-in.o: In function `wm8985_modinit':
      :(.init.text+0x1454): undefined reference to `i2c_register_driver'
      
      This adds a Kconfig dependency the way that the other codec
      drivers have it.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Fixes: 811e66de ("ASoC: wm8985: add support for WM8758")
      Signed-off-by: NMark Brown <broonie@kernel.org>
      05252513
  2. 30 5月, 2016 2 次提交
  3. 13 5月, 2016 22 次提交
  4. 12 5月, 2016 5 次提交
  5. 11 5月, 2016 10 次提交