Skip to content

Commit 9e6fed7

Browse files
committed
debug: missing fi
Signed-off-by: Lukasz Mrugala <lukaszx.mrugala@intel.com>
1 parent 7f6c0e5 commit 9e6fed7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

case-lib/lib.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,8 @@ set_alsa_settings()
11551155
# DEBUG - to avoid the problem where the state is untouched both by init and .state,
11561156
# we'll first set the state to something entirely different from the state.
11571157
if get_alsactl_state "$SCRIPT_HOME" "$PNAME"; then
1158-
restore_settings_via_alsactl "$PNAME"
1158+
restore_settings_via_alsactl anti-"$PNAME"
1159+
fi
11591160

11601161
# This will bring the machine ALSA state to a common known point - a good baseline
11611162
alsactl init

0 commit comments

Comments
 (0)