diff options
author | Simon Trimmer <simont@opensource.cirrus.com> | 2024-06-19 17:16:02 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-06-20 09:58:25 +0200 |
commit | 9b1effff19cdf2230d3ecb07ff4038a0da32e9cc (patch) | |
tree | b8632ee00468b32f72fbd235a646959c9f30fb31 /sound | |
parent | 70794b9563fe011988bcf6a081af9777e63e8d37 (diff) | |
download | linux-9b1effff19cdf2230d3ecb07ff4038a0da32e9cc.tar.gz linux-9b1effff19cdf2230d3ecb07ff4038a0da32e9cc.tar.bz2 linux-9b1effff19cdf2230d3ecb07ff4038a0da32e9cc.zip |
ALSA: hda: cs35l56: Select SERIAL_MULTI_INSTANTIATE
The ACPI IDs used in the CS35L56 HDA drivers are all handled by the
serial multi-instantiate driver which starts multiple Linux device
instances from a single ACPI Device() node.
As serial multi-instantiate is not an optional part of the system add it
as a dependency in Kconfig so that it is not overlooked.
Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
Link: https://lore.kernel.org/20240619161602.117452-1-simont@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/Kconfig b/sound/pci/hda/Kconfig index 0da625533afc..e59df40a0007 100644 --- a/sound/pci/hda/Kconfig +++ b/sound/pci/hda/Kconfig @@ -162,6 +162,7 @@ config SND_HDA_SCODEC_CS35L56_I2C depends on ACPI || COMPILE_TEST depends on SND_SOC select FW_CS_DSP + select SERIAL_MULTI_INSTANTIATE select SND_HDA_GENERIC select SND_SOC_CS35L56_SHARED select SND_HDA_SCODEC_CS35L56 @@ -178,6 +179,7 @@ config SND_HDA_SCODEC_CS35L56_SPI depends on ACPI || COMPILE_TEST depends on SND_SOC select FW_CS_DSP + select SERIAL_MULTI_INSTANTIATE select SND_HDA_GENERIC select SND_SOC_CS35L56_SHARED select SND_HDA_SCODEC_CS35L56 |