Patch "ALSA: hda: Use imply for suggesting CONFIG_SERIAL_MULTI_INSTANTIATE" has been added to the 6.9-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ALSA: hda: Use imply for suggesting CONFIG_SERIAL_MULTI_INSTANTIATE

to the 6.9-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     alsa-hda-use-imply-for-suggesting-config_serial_mult.patch
and it can be found in the queue-6.9 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 45c605dd8d73e726f6b1dbe9e2d8bd74a13e5e29
Author: Takashi Iwai <tiwai@xxxxxxx>
Date:   Fri Jun 21 09:39:09 2024 +0200

    ALSA: hda: Use imply for suggesting CONFIG_SERIAL_MULTI_INSTANTIATE
    
    [ Upstream commit 17563b4a19d1844bdbccc7a82d2f31c28ca9cfae ]
    
    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: 9b1effff19cd ("ALSA: hda: cs35l56: Select SERIAL_MULTI_INSTANTIATE")
    Reported-by: kernel test robot <lkp@xxxxxxxxx>
    Closes: https://lore.kernel.org/oe-kbuild-all/202406210732.ozgk8IMK-lkp@xxxxxxxxx/
    Closes: https://lore.kernel.org/oe-kbuild-all/202406211244.oLhoF3My-lkp@xxxxxxxxx/
    Reviewed-by: Richard Fitzgerald <rf@xxxxxxxxxxxxxxxxxxxxx>
    Link: https://patch.msgid.link/20240621073915.19576-1-tiwai@xxxxxxx
    Signed-off-by: Takashi Iwai <tiwai@xxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/sound/pci/hda/Kconfig b/sound/pci/hda/Kconfig
index 9f560a8186802..b6869fe019f29 100644
--- a/sound/pci/hda/Kconfig
+++ b/sound/pci/hda/Kconfig
@@ -160,7 +160,7 @@ config SND_HDA_SCODEC_CS35L56_I2C
 	depends on ACPI || COMPILE_TEST
 	depends on SND_SOC
 	select FW_CS_DSP
-	select SERIAL_MULTI_INSTANTIATE
+	imply SERIAL_MULTI_INSTANTIATE
 	select SND_HDA_GENERIC
 	select SND_SOC_CS35L56_SHARED
 	select SND_HDA_SCODEC_CS35L56
@@ -177,7 +177,7 @@ config SND_HDA_SCODEC_CS35L56_SPI
 	depends on ACPI || COMPILE_TEST
 	depends on SND_SOC
 	select FW_CS_DSP
-	select SERIAL_MULTI_INSTANTIATE
+	imply SERIAL_MULTI_INSTANTIATE
 	select SND_HDA_GENERIC
 	select SND_SOC_CS35L56_SHARED
 	select SND_HDA_SCODEC_CS35L56




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux