Skip to content

Commit 9b1efff

Browse files
simontrimmertiwai
authored andcommitted
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>
1 parent 70794b9 commit 9b1efff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/pci/hda/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ config SND_HDA_SCODEC_CS35L56_I2C
162162
depends on ACPI || COMPILE_TEST
163163
depends on SND_SOC
164164
select FW_CS_DSP
165+
select SERIAL_MULTI_INSTANTIATE
165166
select SND_HDA_GENERIC
166167
select SND_SOC_CS35L56_SHARED
167168
select SND_HDA_SCODEC_CS35L56
@@ -178,6 +179,7 @@ config SND_HDA_SCODEC_CS35L56_SPI
178179
depends on ACPI || COMPILE_TEST
179180
depends on SND_SOC
180181
select FW_CS_DSP
182+
select SERIAL_MULTI_INSTANTIATE
181183
select SND_HDA_GENERIC
182184
select SND_SOC_CS35L56_SHARED
183185
select SND_HDA_SCODEC_CS35L56

0 commit comments

Comments
 (0)