Commit 64d0284
committed
ASoC: SOF: loader: do not warn about unknown firmware manifest headers
The firmware manifest is designed to be extendable without breaking the
driver-firmware ABI. Driver should not raise a warning in case a new
manifest header type is detected at firmware boot. There are already
checks for IPC ABI compatibility in snd_sof_ipc_valid() and if the
versions are deemed compatible, extra fields in IPC messages should not
trigger warnings.
As runtime pm is enabled on most platforms and
snd_sof_fw_parse_ext_data() is called for every DSP boot, this creates
unnessary kernel dmesg fraffic.
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>1 parent f6cc092 commit 64d0284
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
| 127 | + | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments