]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7a7274871e926e5e2b5b8fa9634043b5fb46b2a4
tree7b5f77f080f055736df294a7b52e4d1364d9ee4a
parent2637956422df644172c2528648e90cee39e12bb2
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: 95e396ebbbab ("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