Patch "ALSA: hda/cs35l56: select intended config FW_CS_DSP" has been added to the 6.7-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/cs35l56: select intended config FW_CS_DSP

to the 6.7-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-cs35l56-select-intended-config-fw_cs_dsp.patch
and it can be found in the queue-6.7 subdirectory.

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



commit 0dd9dd07cde0644122322599e91bd32bdeb7a078
Author: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx>
Date:   Fri Feb 9 09:20:44 2024 +0100

    ALSA: hda/cs35l56: select intended config FW_CS_DSP
    
    [ Upstream commit e5aa6d51a2ef8c7ef7e3fe76bebe530fb68e7f08 ]
    
    Commit 73cfbfa9caea ("ALSA: hda/cs35l56: Add driver for Cirrus Logic
    CS35L56 amplifier") adds configs SND_HDA_SCODEC_CS35L56_{I2C,SPI},
    which selects the non-existing config CS_DSP. Note the renaming in
    commit d7cfdf17cb9d ("firmware: cs_dsp: Rename KConfig symbol CS_DSP ->
    FW_CS_DSP"), though.
    
    Select the intended config FW_CS_DSP.
    
    This broken select command probably was not noticed as the configs also
    select SND_HDA_CS_DSP_CONTROLS and this then selects FW_CS_DSP. So, the
    select FW_CS_DSP could actually be dropped, but we will keep this
    redundancy in place as the author originally also intended to have this
    redundancy of selects in place.
    
    Fixes: 73cfbfa9caea ("ALSA: hda/cs35l56: Add driver for Cirrus Logic CS35L56 amplifier")
    Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx>
    Reviewed-by: Simon Trimmer <simont@xxxxxxxxxxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20240209082044.3981-1-lukas.bulwahn@xxxxxxxxx
    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 21a90b3c4cc7..8e0ff70fb610 100644
--- a/sound/pci/hda/Kconfig
+++ b/sound/pci/hda/Kconfig
@@ -156,7 +156,7 @@ config SND_HDA_SCODEC_CS35L56_I2C
 	depends on I2C
 	depends on ACPI || COMPILE_TEST
 	depends on SND_SOC
-	select CS_DSP
+	select FW_CS_DSP
 	select SND_HDA_GENERIC
 	select SND_SOC_CS35L56_SHARED
 	select SND_HDA_SCODEC_CS35L56
@@ -171,7 +171,7 @@ config SND_HDA_SCODEC_CS35L56_SPI
 	depends on SPI_MASTER
 	depends on ACPI || COMPILE_TEST
 	depends on SND_SOC
-	select CS_DSP
+	select FW_CS_DSP
 	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