ASoC: SOF: Intel: hda-pcm: remove kernel parameter init
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Tue, 6 Jun 2023 22:25:29 +0000 (17:25 -0500)
committerMark Brown <broonie@kernel.org>
Wed, 7 Jun 2023 11:37:20 +0000 (12:37 +0100)
commit3bd45b8dea73eabc9bbfdcdc69675e3ef8ca8920
treed275913ff14d8ec6b6c2c9dab14e6dcc6541cf61
parentf751b99255cacd9ffe8c4bbf99767ad670cee1f7
ASoC: SOF: Intel: hda-pcm: remove kernel parameter init

The 'hda_disable_rewinds' kernel parameter is initialized with a
non-existent CONFIG_SND_SOC_SOF_HDA_DISABLE_REWINDS.

We probably forgot to clean this up when this Kconfig option was
removed when upstreaming in 2021.

Reported-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Link: https://lore.kernel.org/r/20230606222529.57156-3-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/hda-pcm.c