ALSA: hda: cs35l41: Only add SPI CS GPIO if SPI is enabled in kernel
authorStefan Binding <sbinding@opensource.cirrus.com>
Tue, 19 Dec 2023 16:22:32 +0000 (16:22 +0000)
committerTakashi Iwai <tiwai@suse.de>
Thu, 21 Dec 2023 08:24:01 +0000 (09:24 +0100)
commit916d051730ae48aef8b588fd096fefca4bc0590a
tree256462f6806fd353efd3691b67f8feea4e09d2ed
parented7326a24a1a9af65fafefd86b505e7c3b968f6d
ALSA: hda: cs35l41: Only add SPI CS GPIO if SPI is enabled in kernel

If CONFIG_SPI is not set in the kernel, there is no point in trying
to set the chip selects. We can selectively compile it.

Fixes: 8c4c216db8fb ("ALSA: hda: cs35l41: Add config table to support many laptops without _DSD")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202312192256.lJelQEoZ-lkp@intel.com/

Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20231219162232.790358-3-sbinding@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/cs35l41_hda_property.c