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