You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
intel_debug: add info for Intel firmware and tplg filenames
Add tables documenting the firmare and topology filenames and their
locations, as expected by Linux SOF driver.
Signed-off-by: Kai Vehmanen <[email protected]>
- The standard Linux firmware search path and order is followed. The above table covers the base "/lib/firmware" case. See https://docs.kernel.org/driver-api/firmware/fw_search_path.html for more information.
150
+
- The firmware folder and filename can be overridden with "fw_path" and "fw_filename" SOF kernel parameters.
151
+
- The loadable module library path can be overridden with "lib_path" SOF kernel parameter.
152
+
120
153
2. Topology file
121
154
----------------
122
155
123
156
The topology file, such as ``/lib/firmware/intel/sof-tplg/sof-hda-generic-2ch.tplg``, describes the processing graph and controls to
124
157
be instantiated by the SOF driver. The topology can be regenerated and
125
158
reconfigured with tools but requires expert knowledge of the ALSA/ASoC/topology frameworks.
126
159
160
+
.. list-table:: Firmware topology file look-up paths per Intel platform
161
+
:widths: 50 50 25
162
+
:header-rows: 1
163
+
164
+
* - Platform
165
+
- Topology load path
166
+
- Notes
167
+
* - Raptor Lake and older
168
+
- /lib/firmware/intel/sof-tplg/sof-CONFIG.tplg
169
+
- CONFIG = topology variant needed for detected hardware configuration
- CONFIG = topology variant needed for detected hardware configuration
173
+
174
+
Important notices:
175
+
- The standard Linux firmware search path and order is followed. The above table covers the base "/lib/firmware" case. See https://docs.kernel.org/driver-api/firmware/fw_search_path.html for more information.
176
+
- The topology folder and filename can be overridden with "tplg_path" and "tplg_filename" `snd_sof_pci` kernel parameters.
0 commit comments