mbox series

[0/3] ASoC: rt5682: fix Kconfig/compilation issues when I2C is not selected

Message ID 20200310163509.14466-1-pierre-louis.bossart@linux.intel.com
Headers show
Series ASoC: rt5682: fix Kconfig/compilation issues when I2C is not selected | expand

Message

Pierre-Louis Bossart March 10, 2020, 4:35 p.m. UTC
RT5682 can work in I2C or SoundWire mode, but the code will not
compile if I2C is not selected.

Reported-by: kbuild test robot <lkp@intel.com>

Pierre-Louis Bossart (3):
  ASoC: rt5682: fix unmet dependencies
  ASoC: rt5682: fix compilation issues without I2C
  ASoC: rt5682-sdw: fix 'defined but not used' pm functions

 sound/soc/codecs/Kconfig      |  2 +-
 sound/soc/codecs/rt5682-sdw.c |  4 ++--
 sound/soc/codecs/rt5682.c     | 10 ++++++++++
 3 files changed, 13 insertions(+), 3 deletions(-)