Skip to content

Commit fa8fae5

Browse files
rfvirgilbroonie
authored andcommitted
ASoC: doc: cs35l56: Update to add new SoundWire firmware filename suffix
Add the new firmware filename suffix used for SoundWire systems with CS35L57, CS35L63 or CS35L56 later than B0 silicon. This uses the SoundWire physical address of the amp to identify which firmware file to load on that amp. Signed-off-by: Richard Fitzgerald <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent e5d5b3a commit fa8fae5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/sound/codecs/cs35l56.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,19 +104,32 @@ In this example the SSID is 10280c63.
104104

105105
The format of the firmware file names is:
106106

107+
SoundWire (except CS35L56 Rev B0):
108+
cs35lxx-b0-dsp1-misc-SSID[-spkidX]-l?u?
109+
110+
SoundWire CS35L56 Rev B0:
111+
cs35lxx-b0-dsp1-misc-SSID[-spkidX]-ampN
112+
113+
Non-SoundWire (HDA and I2S):
107114
cs35lxx-b0-dsp1-misc-SSID[-spkidX]-ampN
108115

109116
Where:
110117

111118
* cs35lxx-b0 is the amplifier model and silicon revision. This information
112119
is logged by the driver during initialization.
113120
* SSID is the 8-digit hexadecimal SSID value.
121+
* l?u? is the physical address on the SoundWire bus of the amp this
122+
file applies to.
114123
* ampN is the amplifier number (for example amp1). This is the same as
115124
the prefix on the ALSA control names except that it is always lower-case
116125
in the file name.
117126
* spkidX is an optional part, used for laptops that have firmware
118127
configurations for different makes and models of internal speakers.
119128

129+
The CS35L56 Rev B0 continues to use the old filename scheme because a
130+
large number of firmware files have already been published with these
131+
names.
132+
120133
Sound Open Firmware and ALSA topology files
121134
-------------------------------------------
122135

0 commit comments

Comments
 (0)