ALSA: hda/cs35l56: select intended config FW_CS_DSP
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Fri, 9 Feb 2024 08:20:44 +0000 (09:20 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Feb 2024 12:54:33 +0000 (13:54 +0100)
commite5aa6d51a2ef8c7ef7e3fe76bebe530fb68e7f08
treee3a406974e4725a98e681c385b1324a1486bca2e
parentfddab35fd064414c677e9488c4fb3a1f67725d37
ALSA: hda/cs35l56: select intended config FW_CS_DSP

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@gmail.com>
Reviewed-by: Simon Trimmer <simont@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20240209082044.3981-1-lukas.bulwahn@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/Kconfig