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