Skip to content

Commit 78959eb

Browse files
tiwaigregkh
authored andcommitted
ALSA: hda: Use imply for suggesting CONFIG_SERIAL_MULTI_INSTANTIATE
[ Upstream commit 17563b4 ] 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]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 2b1a43a commit 78959eb

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
@@ -160,7 +160,7 @@ config SND_HDA_SCODEC_CS35L56_I2C
160160
depends on ACPI || COMPILE_TEST
161161
depends on SND_SOC
162162
select FW_CS_DSP
163-
select SERIAL_MULTI_INSTANTIATE
163+
imply SERIAL_MULTI_INSTANTIATE
164164
select SND_HDA_GENERIC
165165
select SND_SOC_CS35L56_SHARED
166166
select SND_HDA_SCODEC_CS35L56
@@ -177,7 +177,7 @@ config SND_HDA_SCODEC_CS35L56_SPI
177177
depends on ACPI || COMPILE_TEST
178178
depends on SND_SOC
179179
select FW_CS_DSP
180-
select SERIAL_MULTI_INSTANTIATE
180+
imply SERIAL_MULTI_INSTANTIATE
181181
select SND_HDA_GENERIC
182182
select SND_SOC_CS35L56_SHARED
183183
select SND_HDA_SCODEC_CS35L56

0 commit comments

Comments
 (0)