Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: doc: cs35l56: Update firmware filename description for B0 silicon

Update the text for firmware file naming to show that the l?u? suffix is
supported on CS35L56 B0 silicon and ampN was only used on early firmware.

The previous version of this text only said that B0 silicon used the ampN
suffix. Since kernel 6.16 the driver supports both the old ampN and
new l?u? suffix for B0 silicon. New firmwares will use the l?u? suffix.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://patch.msgid.link/20251103115809.33953-1-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Richard Fitzgerald and committed by
Mark Brown
8da0efc3 6146a0f1

+4 -5
+4 -5
Documentation/sound/codecs/cs35l56.rst
··· 105 105 106 106 The format of the firmware file names is: 107 107 108 - SoundWire (except CS35L56 Rev B0): 108 + SoundWire: 109 109 cs35lxx-b0-dsp1-misc-SSID[-spkidX]-l?u? 110 110 111 - SoundWire CS35L56 Rev B0: 111 + SoundWire CS35L56 Rev B0 firmware released before kernel version 6.16: 112 112 cs35lxx-b0-dsp1-misc-SSID[-spkidX]-ampN 113 113 114 114 Non-SoundWire (HDA and I2S): ··· 127 127 * spkidX is an optional part, used for laptops that have firmware 128 128 configurations for different makes and models of internal speakers. 129 129 130 - The CS35L56 Rev B0 continues to use the old filename scheme because a 131 - large number of firmware files have already been published with these 132 - names. 130 + Early firmware for CS35L56 Rev B0 used the ALSA prefix (ampN) as the 131 + filename qualifier. Support for the l?u? qualifier was added in kernel 6.16. 133 132 134 133 Sound Open Firmware and ALSA topology files 135 134 -------------------------------------------