File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1158,6 +1158,7 @@ set_alsa_settings()
11581158 # START DEBUG
11591159 dlogi " START DEBUG - STORING"
11601160 alsactl store --file /tmp/after_alsactl_init_to_diff
1161+ cat /tmp/after_alsactl_init_to_diff
11611162 dlogi " ENDED DEBUG - STORING"
11621163 # ENDED DEBUG
11631164
@@ -1191,10 +1192,10 @@ set_alsa_settings()
11911192 # START DEBUG
11921193 dlogi " START DEBUG - STORING"
11931194 alsactl store --file /tmp/after_set_alsa_settings_to_diff
1195+ cat /tmp/after_set_alsa_settings_to_diff
11941196 dlogi " ENDED DEBUG - STORING"
11951197 dlogi " START DEBUG - DIFF"
1196- diff -u /tmp/after_alsactl_init_to_diff /tmp/after_set_alsa_settings_to_diff > /tmp/diff
1197- dlogi $( cat /tmp/diff)
1198+ diff -u /tmp/after_alsactl_init_to_diff /tmp/after_set_alsa_settings_to_diff
11981199 dlogi " ENDED DEBUG - DIFF"
11991200 # ENDED DEBUG
12001201}
You can’t perform that action at this time.
0 commit comments