ASoC: SOF: Intel: fix build issue related to CODEC_PROBE_ENTRIES
authorKai Vehmanen <kai.vehmanen@linux.intel.com>
Fri, 3 Dec 2021 15:47:21 +0000 (17:47 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 6 Dec 2021 13:49:30 +0000 (13:49 +0000)
commit9a83dfcc5ae8230fbf12b63e281d5bb8450ec0e7
tree7b5f77f080f055736df294a7b52e4d1364d9ee4a
parentc1a77ba466c0dd0bdf1ec2bbebb8996d7cd7b8f7
ASoC: SOF: Intel: fix build issue related to CODEC_PROBE_ENTRIES

Fix following error:
sound/soc/sof/intel/hda-codec.c:132:35: error: use of undeclared identifier 'CODEC_PROBE_RETRIES'

Found with config: i386-randconfig-r033-20211202
(https://download.01.org/0day-ci/archive/20211203/202112031943.Twg19fWT-lkp@intel.com/config)

Fixes: 046aede2f847 ("ASoC: SOF: Intel: Retry codec probing if it fails")
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Link: https://lore.kernel.org/r/20211203154721.923496-1-kai.vehmanen@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/hda-codec.c