File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1156,7 +1156,9 @@ set_alsa_settings()
11561156 alsactl init
11571157
11581158 # START DEBUG
1159+ dlogi " START DEBUG - STORING"
11591160 alsactl store --file /tmp/after_alsactl_init_to_diff
1161+ dlogi " ENDED DEBUG - STORING"
11601162 # ENDED DEBUG
11611163
11621164 # ZEPHYR platform shares same tplg, remove '_ZEPHYR' from platform name
@@ -1187,8 +1189,13 @@ set_alsa_settings()
11871189 esac
11881190
11891191 # START DEBUG
1192+ dlogi " START DEBUG - STORING"
11901193 alsactl store --file /tmp/after_set_alsa_settings_to_diff
1191- diff /tmp/after_alsactl_init_to_diff /tmp/after_set_alsa_settings_to_diff
1194+ dlogi " ENDED DEBUG - STORING"
1195+ 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+ dlogi " ENDED DEBUG - DIFF"
11921199 # ENDED DEBUG
11931200}
11941201
You can’t perform that action at this time.
0 commit comments