Skip to content

Commit 17563b4

Browse files
committed
ALSA: hda: Use imply for suggesting CONFIG_SERIAL_MULTI_INSTANTIATE
The recent fix introduced a reverse selection of CONFIG_SERIAL_MULTI_INSTANTIATE, but its condition isn't always met. Use a weak reverse selection to suggest the config for avoiding such inconsistencies, instead. Fixes: 9b1efff ("ALSA: hda: cs35l56: Select SERIAL_MULTI_INSTANTIATE") Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Reviewed-by: Richard Fitzgerald <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent ad22051 commit 17563b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sound/pci/hda/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +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
165+
imply SERIAL_MULTI_INSTANTIATE
166166
select SND_HDA_GENERIC
167167
select SND_SOC_CS35L56_SHARED
168168
select SND_HDA_SCODEC_CS35L56
@@ -179,7 +179,7 @@ config SND_HDA_SCODEC_CS35L56_SPI
179179
depends on ACPI || COMPILE_TEST
180180
depends on SND_SOC
181181
select FW_CS_DSP
182-
select SERIAL_MULTI_INSTANTIATE
182+
imply SERIAL_MULTI_INSTANTIATE
183183
select SND_HDA_GENERIC
184184
select SND_SOC_CS35L56_SHARED
185185
select SND_HDA_SCODEC_CS35L56

0 commit comments

Comments
 (0)