diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2019-05-28 11:28:22 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-05-29 16:36:41 +0100 |
commit | 17fc24875da1bef4650cf007edae3b2e26d2fa4e (patch) | |
tree | f3c2a5f817b813ddaa03fb10b423f6ea8663ca23 /kernel/power | |
parent | a54988113985ca22e414e132054f234fc8a92604 (diff) | |
download | linux-17fc24875da1bef4650cf007edae3b2e26d2fa4e.tar.bz2 |
ASoC: Intel: sof-rt5682: fix undefined references with Baytrail-only support
The sof-rt5682 machine driver supports both legacy Baytrail devices
and more recent ApolloLake/CometLake platforms. When only Baytrail is
selected, the compilation fails with the following errors:
ERROR: "hdac_hdmi_jack_port_init"
[sound/soc/intel/boards/snd-soc-sof_rt5682.ko] undefined!
ERROR: "hdac_hdmi_jack_init"
[sound/soc/intel/boards/snd-soc-sof_rt5682.ko] undefined!
Fix by selecting SND_SOC_HDAC_HDMI unconditionally. The code for HDMI
support is not reachable on Baytrail so this change has no functional
impact.
Fixes: f70abd75b7c6 ("ASoC: Intel: add sof-rt5682 machine driver")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'kernel/power')
0 files changed, 0 insertions, 0 deletions