We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37fb5cc commit 1da891aCopy full SHA for 1da891a
1 file changed
tools/sof-kernel-log-check.sh
@@ -185,7 +185,7 @@ ignore_str="$ignore_str"'|usb .+: (Enable|Disable) of device-initiated .+ failed
185
ignore_str="$ignore_str"'|thermal thermal_zone.*: failed to read out thermal zone \(-61\)'
186
187
# Ignore all ISH related issues. We have no shared flows between ISH and audio.
188
-ignore_str="$ignore_str"'|intel_ish_ipc 0000:00:[0-9]+\.0:'
+ignore_str="$ignore_str"'|intel_ish_ipc 0000:[0-9]+:[0-9]+\.0:'
189
190
# Dell CML-U laptop with SoundWire, issues reported by sof-test
191
# BugLink: https://github.com/thesofproject/sof-test/issues/307
0 commit comments