diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2019-05-07 11:32:36 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-05-08 15:42:00 +0900 |
commit | ce38a75089f70f6380fc63a5478a7659b4eb3f47 (patch) | |
tree | 2b937b5e306b5e137b8c6ddc6626cb9d27166c25 /sound/soc/codecs | |
parent | 78989ff8aeaddc183237da558ee07deee35fbbbd (diff) | |
download | linux-ce38a75089f70f6380fc63a5478a7659b4eb3f47.tar.bz2 |
ASoC: SOF: core: fix undefined nocodec reference
The existing code mistakenly uses IS_ENABLED in C code instead of as
in conditional compilation, leading to the following error:
ld: sound/soc/sof/core.o: in function `sof_machine_check':
sound/soc/sof/core.c:279: undefined reference to `sof_nocodec_setup'
Fix by using #if !IS_ENABLED()
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 'sound/soc/codecs')
0 files changed, 0 insertions, 0 deletions