We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b114a commit 97b1aafCopy full SHA for 97b1aaf
1 file changed
case-lib/lib.sh
@@ -1313,6 +1313,10 @@ set_alsa()
1313
1314
alsactl store -f "${asound_state}.txt" 2>&1 || rc=$?
1315
[[ "${rc}" -ne 0 ]] && dlogw "alsactl store error=${rc}"
1316
+
1317
+ printf '%s\n' '-vv------- Check ALSA state difference -------vv-' >> "${alsa_log}"
1318
+ diff -u --report-identical-files "${asound_state}_old.txt" "${asound_state}.txt" >> "${alsa_log}" 2>&1 || rc=$?
1319
+ dlogi "ALSA state difference check result=${rc}"
1320
}
1321
1322
DO_PERF_ANALYSIS=0
0 commit comments